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

Method getTextField

Tools/EditorFramework/TextFieldControl.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 MyGUI::UString TextFieldControl::getTextField()
72 {
73 return mText->getOnlyText();
74 }
75
76 void TextFieldControl::notifyWindowButtonPressed(MyGUI::Window* _sender, std::string_view _buttonName)
77 {

Callers 8

notifyEndDialogMethod · 0.80
notifyEndDialogMethod · 0.80
notifyEndDialogMethod · 0.80
notifyEndDialogMethod · 0.80
notifyEndDialogMethod · 0.80
notifyEndDialogMethod · 0.80
notifyEndDialogMethod · 0.80

Calls 1

getOnlyTextMethod · 0.45

Tested by

no test coverage detected