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

Method storeOldValues

Tools/SkinEditor/ChangeSeparatorOffsetAction.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void ChangeSeparatorOffsetAction::storeOldValues()
61 {
62 mOldValues.emplace_back(getProperty(), getProperty()->getValue());
63
64 DataPtr skinData = getProperty()->getOwner()->getParent();
65 storeRegionValues(skinData, mOldValues);
66 }
67
68 void ChangeSeparatorOffsetAction::setNewValues()
69 {

Callers

nothing calls this directly

Calls 3

getValueMethod · 0.45
getParentMethod · 0.45
getOwnerMethod · 0.45

Tested by

no test coverage detected