MCPcopy 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

getValueFunction · 0.70
getValueMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected