Format to parse unsigned long
.
More...
#include <UnsignedLongFormat.hpp>
Format to parse unsigned long
.
Definition at line 28 of file UnsignedLongFormat.hpp.
sf::ui::UnsignedLongFormat::UnsignedLongFormat |
( |
| ) |
|
sf::Uint64 sf::ui::UnsignedLongFormat::getValue |
( |
| ) |
const |
- Returns
- the value of the last string parsed
virtual bool sf::ui::UnsignedLongFormat::isAllowed |
( |
sf::String |
str | ) |
const |
|
virtual |
- Returns
- if the given string matches with this format
- Parameters
-
Implements sf::ui::Format.
virtual void sf::ui::UnsignedLongFormat::parse |
( |
sf::String |
str | ) |
|
|
virtual |
parse the string to this format, and update the value
- Parameters
-
Implements sf::ui::Format.
void sf::ui::UnsignedLongFormat::setValue |
( |
sf::Uint64 |
value | ) |
|
virtual sf::String sf::ui::UnsignedLongFormat::toString |
( |
| ) |
const |
|
virtual |
- Returns
- the string with the value in this format
Implements sf::ui::Format.
The documentation for this class was generated from the following file: