Format to parse long (stored as sf::Int64)
.
More...
#include <LongFormat.hpp>
Format to parse long (stored as sf::Int64)
.
Definition at line 28 of file LongFormat.hpp.
sf::ui::LongFormat::LongFormat |
( |
| ) |
|
sf::Int64 sf::ui::LongFormat::getValue |
( |
| ) |
const |
- Returns
- the value of the last string parsed
virtual bool sf::ui::LongFormat::isAllowed |
( |
sf::String |
str | ) |
const |
|
virtual |
- Returns
- if the given string matches with this format
- Parameters
-
Implements sf::ui::Format.
virtual void sf::ui::LongFormat::parse |
( |
sf::String |
str | ) |
|
|
virtual |
parse the string to this format, and update the value
- Parameters
-
Implements sf::ui::Format.
void sf::ui::LongFormat::setValue |
( |
sf::Int64 |
value | ) |
|
virtual sf::String sf::ui::LongFormat::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: