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

A template specialzation of the ValidatorApplier class on the type float. More...

#include <Optika_ValidatorApplier.hpp>

Static Public Member Functions

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

Detailed Description

template<>
class Optika::ValidatorApplier< float >

A template specialzation of the ValidatorApplier class on the type float.

Member Function Documentation

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

Applies an EnhancedNumberValidator of type float 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: