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

Method getChanges

Tools/EditorFramework/ActionManager.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 bool ActionManager::getChanges()
126 {
127 bool result = mCurrentAction != mActionAsSave;
128 return result;
129 }
130
131 void ActionManager::setMaxActions(size_t _value)
132 {

Callers 15

updateCaptionMethod · 0.45
commandLoadMethod · 0.45
commandSaveMethod · 0.45
commandClearMethod · 0.45
commandQuitMethod · 0.45
commandFileDropMethod · 0.45
updateCaptionMethod · 0.45
commandLoadMethod · 0.45
commandSaveMethod · 0.45
commandClearMethod · 0.45
commandQuitMethod · 0.45
commandFileDropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected