Optika  Development
 All Classes Files Functions Variables Typedefs Pages
List of all members
Optika::ValidatorApplier< double > Class Template Reference

A template spcialization of the ValidatorApplier class on the type double. More...

#include <Optika_ValidatorApplier.hpp>

Static Public Member Functions

Applier Functions
static void applyToSpinBox (RCP< const EnhancedNumberValidator< double > > validator, QDoubleSpinBox *spinBox)
 Applies an EnhancedNumberValidator of type double to a QDoubleSpinBox. More...
 
static void applyToLineEdit (RCP< const EnhancedNumberValidator< double > > validator, QLineEdit *lineEdit)
 

Detailed Description

template<>
class Optika::ValidatorApplier< double >

A template spcialization of the ValidatorApplier class on the type double.

Member Function Documentation

static void Optika::ValidatorApplier< double >::applyToSpinBox ( RCP< const EnhancedNumberValidator< double > >  validator,
QDoubleSpinBox *  spinBox 
)
inlinestatic

Applies an EnhancedNumberValidator of type double to a QDoubleSpinBox.

Parameters
validatorThe validator to be useed.
spinBoxThe SpinBox on which to apply the validator.

The documentation for this class was generated from the following file: