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. | |
| static void | applyToLineEdit (RCP< const EnhancedNumberValidator< double > > validator, QLineEdit *lineEdit) |
A template spcialization of the ValidatorApplier class on the type double.
| static void Optika::ValidatorApplier< double >::applyToSpinBox | ( | RCP< const EnhancedNumberValidator< double > > | validator, |
| QDoubleSpinBox * | spinBox | ||
| ) | [inline, static] |
Applies an EnhancedNumberValidator of type double to a QDoubleSpinBox.
| validator | The validator to be useed. |
| spinBox | The SpinBox on which to apply the validator. |
1.7.6.1