MCPcopy Create free account
hub / github.com/MyGUI/mygui / storeOldValues

Method storeOldValues

Tools/SkinEditor/ChangeSeparatorVisibleAction.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void ChangeSeparatorVisibleAction::storeOldValues()
48 {
49 mOldValues.emplace_back(getProperty(), getProperty()->getValue());
50
51 DataPtr skinData = getProperty()->getOwner()->getParent();
52 storeRegionValues(skinData, mOldValues);
53 }
54
55 void ChangeSeparatorVisibleAction::setNewValues()
56 {

Callers

nothing calls this directly

Calls 3

getValueMethod · 0.45
getParentMethod · 0.45
getOwnerMethod · 0.45

Tested by

no test coverage detected