BlacklistTextFieldModel()
Creates a text field model that denies character present in the blacklist Notice that the blacklist i...
A textfield model that denies some chars.
virtual bool isCharAllowed(sf::Uint32 c) const
void addCharDenied(sf::Uint32 c)
Add a character to the blacklist.
std::vector< sf::Uint32 > getCharsDenied() const
void rmCharDenied(sf::Uint32 c)
Removes a character to the blacklist.
The abstract class that defines what can be typed into the text field.