|
cxWidgets 1.0
|
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | cxValidators |
Functions | |
| std::string | cxValidators::intOnKeyValidator (void *theInput, void *clearOnSpace) |
| Validator for inputs that should only accept integers. This is. | |
| std::string | cxValidators::floatingPtOnKeyValidator (void *theInput, void *clearOnSpace) |
| Validator for inputs that should only accept floating-point. | |
| bool | cxValidators::isValidFloatingPtNumStr (const std::string &pNumStr) |
| Returns whether or not a string contains a valid floating-point. | |
| bool | cxValidators::isValidWholeNumStr (const std::string &pNumStr) |
| Returns whether or not a string contains a valid whole number. A. | |