MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setAllowedCharacters

Method setAllowedCharacters

forms/textedit.cpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void TextEdit::setAllowedCharacters(const UString &allowedCharacters)
242{
243 this->allowedCharacters = to_u32string(allowedCharacters);
244 this->setDirty();
245}
246
247void TextEdit::raiseEvent(FormEventType Type)
248{

Callers 1

beginEditingMethod · 0.80

Calls 2

to_u32stringFunction · 0.85
setDirtyMethod · 0.80

Tested by

no test coverage detected