Optika GUI Toolik  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups 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>

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.

Definition at line 109 of file Optika_ValidatorApplier.hpp.

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.

Definition at line 121 of file Optika_ValidatorApplier.hpp.

static void Optika::ValidatorApplier< double >::applyToLineEdit ( RCP< const EnhancedNumberValidator< double > >  validator,
QLineEdit *  lineEdit 
)
inlinestatic

Definition at line 136 of file Optika_ValidatorApplier.hpp.


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