|
Optika Development
|
#include <Optika_SpecificParameterEntryValidators.hpp>


Public Member Functions | |
| EnhancedNumberValidator (S min, S max, S step) | |
| EnhancedNumberValidator (S step) | |
Validates inputs using mins and max for specific number types.
| Optika::EnhancedNumberValidator< S >::EnhancedNumberValidator | ( | S | min, |
| S | max, | ||
| S | step | ||
| ) | [inline] |
Constructs an EnhancedNumberValidator.
| min | The minimum acceptable value for this validator. |
| max | The maximum acceptable value for this validator. |
| step | The increments at which the value should be changed. This is mostly used for the QSpinBox that is used in the Optika GUI. If you're not using the GUI, you may ignore this parameter. |
| Optika::EnhancedNumberValidator< S >::EnhancedNumberValidator | ( | S | step | ) | [inline] |
Constructs an EnhancedNumberValidator without explicit minimums or maximums.
| step | The increments at which the value should be changed. This is mostly used for the QSpinBox that is used in the Optika GUI. If you're not using the GUI, you may ignore this parameter. |
1.7.4