A collection of objects which apply the restriction of a EnhancedNumberValidator to a SpinBoxes and LineEdits. More...
#include <QSpinBox>#include <QDoubleSpinBox>#include <QIntValidator>#include <QDoubleValidator>#include "Optika_ConfigDefs.hpp"#include <QLineEdit>

Classes | |
| class | Optika::ValidatorApplier< S > | 
| A templated class that applies the minimum, maximum and step specified in an EnhancedNumberValidator onto a QSpingBox.  More... | |
| class | Optika::ValidatorApplier< double > | 
| A template spcialization of the ValidatorApplier class on the type double.  More... | |
| class | Optika::ValidatorApplier< float > | 
| A template specialzation of the ValidatorApplier class on the type float.  More... | |
A collection of objects which apply the restriction of a EnhancedNumberValidator to a SpinBoxes and LineEdits.
 1.8.6