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

Method clear

Tools/ImageEditor/EditorState.cpp:385–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 }
384
385 void EditorState::clear()
386 {
387 DataManager::getInstance().clear();
388 ActionManager::getInstance().reset();
389 DataSelectorManager::getInstance().changeParent(DataManager::getInstance().getRoot());
390
391 mFileName = mDefaultFileName;
392 addUserTag("CurrentFileName", mFileName);
393
394 updateCaption();
395 }
396
397 void EditorState::load()
398 {

Callers 8

updateCoordsMethod · 0.45
updateFramesMethod · 0.45
loadMethod · 0.45
updateCoordsMethod · 0.45
updateFramesMethod · 0.45
prepareMethod · 0.45
DestroyControlsMethod · 0.45
clearFramesMethod · 0.45

Calls 4

addUserTagFunction · 0.85
changeParentMethod · 0.80
resetMethod · 0.45
getRootMethod · 0.45

Tested by

no test coverage detected