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

Method getText

MyGUIEngine/src/MyGUI_TextIterator.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 }
592
593 UString TextIterator::getText() const
594 {
595 return UString(mText);
596 }
597
598 void TextIterator::clearText()
599 {

Callers 6

validateMethod · 0.45
getPathMethod · 0.45
_setTextColourMethod · 0.45
setTextMethod · 0.45
insertTextMethod · 0.45
eraseTextMethod · 0.45

Calls 1

UStringFunction · 0.85

Tested by

no test coverage detected