Optika GUI Toolik
Version of the Day
|
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) |
A template spcialization of the ValidatorApplier class on the type double.
Definition at line 109 of file Optika_ValidatorApplier.hpp.
|
inlinestatic |
Applies an EnhancedNumberValidator of type double to a QDoubleSpinBox.
validator | The validator to be useed. |
spinBox | The SpinBox on which to apply the validator. |
Definition at line 121 of file Optika_ValidatorApplier.hpp.
|
inlinestatic |
Definition at line 136 of file Optika_ValidatorApplier.hpp.