cxWidgets 1.0
Namespaces | Functions
cxValidators.h File Reference
#include <string>
Include dependency graph for cxValidators.h:
This graph shows which files directly or indirectly include this file:

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.