Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ undoAction
Method
undoAction
Tools/SkinEditor/ChangeTextureValueAction.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void ChangeTextureValueAction::undoAction()
29
{
30
getProperty()->setValue(mOldValue);
31
}
32
33
bool ChangeTextureValueAction::doMerge(Action* _action)
34
{
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected