Predefined input validators.
More...
#include <TGUI/Widgets/EditBox.hpp>
|
|
static const std::string | All = ".*" |
| | Accept any input.
|
| |
|
static const std::string | Int = "[+-]?[0-9]*" |
| | Accept negative and positive integers.
|
| |
|
static const std::string | UInt = "[0-9]*" |
| | Accept only positive integers.
|
| |
|
static const std::string | Float = "[+-]?[0-9]*\\.?[0-9]*" |
| | Accept decimal numbers.
|
| |
Predefined input validators.
The documentation for this struct was generated from the following file: