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

Method notifyChangePosition

Tools/EditorFramework/DataListBaseControl.cpp:138–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void DataListBaseControl::notifyChangePosition(DataPtr _data1, DataPtr _data2)
139 {
140 ActionChangePositionData* command = new ActionChangePositionData();
141 command->setData1(_data1);
142 command->setData2(_data2);
143
144 ActionManager::getInstance().doAction(command);
145 }
146
147 void DataListBaseControl::notifyChangeName(DataPtr _data, std::string_view _name)
148 {

Callers

nothing calls this directly

Calls 3

setData1Method · 0.80
setData2Method · 0.80
doActionMethod · 0.45

Tested by

no test coverage detected