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

Method getOnlyText

MyGUIEngine/src/MyGUI_EditBox.cpp:1984–1987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1982 }
1983
1984 UString EditBox::getOnlyText() const
1985 {
1986 return TextIterator::getOnlyText(getRealString());
1987 }
1988
1989 void EditBox::insertText(const UString& _text, size_t _index)
1990 {

Callers 15

getFunction · 0.45
acceptMethod · 0.45
notifyComboAcceptMethod · 0.45
notifyComboAcceptMethod · 0.45
notifyEditTextChangeMethod · 0.45
notifyNewGridStepMethod · 0.45
notifyAddUserDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected