|
Optika Development
|
#include <Optika_SpecificParameterEntryValidators.hpp>


Public Member Functions | |
| EnhancedNumberValidator () | |
| EnhancedNumberValidator (int min, int max, int step=intDefaultStep) | |
Static Public Member Functions | |
| static void | applyToSpinBox (Teuchos::RCP< const EnhancedNumberValidator< int > > validator, QSpinBox *spinBox) |
A specific validator used to validate entry's of type int.
| Optika::EnhancedNumberValidator< int >::EnhancedNumberValidator | ( | ) | [inline] |
Construcsts an EnhancedNumberValidator of type int with no minimum or maximum.
| Optika::EnhancedNumberValidator< int >::EnhancedNumberValidator | ( | int | min, |
| int | max, | ||
| int | step = intDefaultStep |
||
| ) | [inline] |
Constructs an Enhanced number validator for type int.
| 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. |
| static void Optika::EnhancedNumberValidator< int >::applyToSpinBox | ( | Teuchos::RCP< const EnhancedNumberValidator< int > > | validator, |
| QSpinBox * | spinBox | ||
| ) | [inline, static] |
Applies an EnhancedNumberValidator of type int to a QSpinBox
| validator | The validator to be useed. |
| spinBox | The spinBox on which to apply the validator. |
1.7.4