#include <Nux/IntegerValidator.h>
Constructor & Destructor Documentation
| nux::IntegerValidator::IntegerValidator |
( |
int |
Minimum = INT_MIN, |
|
|
int |
Maximum = INT_MAX |
|
) |
| |
| virtual nux::IntegerValidator::~IntegerValidator |
( |
| ) |
[virtual] |
Member Function Documentation
| virtual void nux::IntegerValidator::Alternative |
( |
const TCHAR * |
str | ) |
[virtual] |
| virtual Validator* nux::IntegerValidator::Clone |
( |
| ) |
const [virtual] |
| int nux::IntegerValidator::GetClampedValue |
( |
int |
i | ) |
const |
- Returns:
- The input value clamped to the range [m_Minimum, m_Maximum].
| int nux::IntegerValidator::GetMaximum |
( |
| ) |
const |
| int nux::IntegerValidator::GetMinimum |
( |
| ) |
const |
| void nux::IntegerValidator::SetMaximum |
( |
int |
value | ) |
|
| void nux::IntegerValidator::SetMinimum |
( |
int |
value | ) |
|
| int nux::IntegerValidator::ToInteger |
( |
const TCHAR * |
str | ) |
|
| NString nux::IntegerValidator::ToString |
( |
int |
i | ) |
|
The documentation for this class was generated from the following file: