void rmCharAllowed(sf::Uint32 c)
Remove a character to the whitelist.
WhitelistTextFieldModel()
Creates a text field model that allows only character present in the whitelist Notice that the whitel...
A textfield model that allows some chars.
virtual bool isCharAllowed(sf::Uint32 c) const
The abstract class that defines what can be typed into the text field.
void addCharAllowed(sf::Uint32 c)
Add a character to the whitelist.
std::vector< sf::Uint32 > getCharsAllowed() const