Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setOnlyText
Method
setOnlyText
MyGUIEngine/src/MyGUI_EditBox.cpp:1979–1982 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1977
}
1978
1979
void EditBox::setOnlyText(const UString& _text)
1980
{
1981
setText(TextIterator::toTagsString(_text), false);
1982
}
1983
1984
UString EditBox::getOnlyText() const
1985
{
Callers
10
ExportEditBox_SetOnlyText
Function · 0.80
set
Function · 0.80
notifySelectUserDataItem
Method · 0.80
setValue
Method · 0.80
setValue
Method · 0.80
setColour
Method · 0.80
setValue
Method · 0.80
setValue
Method · 0.80
notifySelectItem
Method · 0.80
setColour
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected