Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notifyMouseButtonDoubleClick
Method · 0.95
Type MYGUICALL ExportEditBox_GetOnlyText
Method · 0.45
get
Function · 0.45
accept
Method · 0.45
notifyDirectoryComboAccept
Method · 0.45
notifyComboAccept
Method · 0.45
notifyComboAccept
Method · 0.45
notifyMouseButtonClick
Method · 0.45
notifyEditSelectAccept
Method · 0.45
notifyEditTextChange
Method · 0.45
notifyNewGridStep
Method · 0.45
notifyAddUserData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected