Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setStateSelected
Method
setStateSelected
MyGUIEngine/src/MyGUI_Button.cpp:119–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void Button::setStateSelected(bool _check)
120
{
121
if (mStateSelected == _check)
122
return;
123
124
mStateSelected = _check;
125
updateButtonState();
126
}
127
128
void Button::_setKeyFocus(bool _focus)
129
{
Callers
15
ExportButton_SetStateSelected
Function · 0.80
set
Function · 0.80
notifyMouseButtonClick
Method · 0.80
action
Method · 0.80
validate
Method · 0.80
setMinimized
Method · 0.80
notifyMouseButtonClick
Method · 0.80
notifyMouseButtonClick
Method · 0.80
notifyPressedBarButtonEvent
Method · 0.80
updateBarOld
Method · 0.80
updateBarNew
Method · 0.80
notifyRootKeyChangeFocus
Method · 0.80
Calls
no outgoing calls
Tested by
1
notifyMouseButtonPressed
Method · 0.64