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

Method storeOldValues

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.45
getOwnerMethod · 0.45

Tested by

no test coverage detected