MCPcopy Create free account
hub / github.com/MyGUI/mygui / setOnlyText

Method setOnlyText

MyGUIEngine/src/MyGUI_EditBox.cpp:1979–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1977 }
1978
1979 void EditBox::setOnlyText(const UString& _text)
1980 {
1981 setText(TextIterator::toTagsString(_text), false);
1982 }
1983
1984 UString EditBox::getOnlyText() const
1985 {

Callers 10

setFunction · 0.80
setValueMethod · 0.80
setValueMethod · 0.80
setColourMethod · 0.80
setValueMethod · 0.80
setValueMethod · 0.80
notifySelectItemMethod · 0.80
setColourMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected