Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ doAction
Method
doAction
Tools/EditorFramework/ChangeValueAction.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
15
void ChangeValueAction::doAction()
16
{
17
mOldValue = getProperty()->getValue();
18
getProperty()->setValue(getValue());
19
}
20
21
void ChangeValueAction::undoAction()
22
{
Callers
nothing calls this directly
Calls
3
getValue
Function · 0.70
getValue
Method · 0.45
setValue
Method · 0.45
Tested by
no test coverage detected