Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notifyEndDialog
Method · 0.80
notifyEndDialog
Method · 0.80
notifyEndDialog
Method · 0.80
notifyTextFieldEndDialog
Method · 0.80
notifyEndDialog
Method · 0.80
notifyEndDialog
Method · 0.80
notifyEndDialog
Method · 0.80
notifyEndDialog
Method · 0.80
Calls
1
getOnlyText
Method · 0.45
Tested by
no test coverage detected