Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateCaption
Method · 0.45
commandLoad
Method · 0.45
commandSave
Method · 0.45
commandClear
Method · 0.45
commandQuit
Method · 0.45
commandFileDrop
Method · 0.45
updateCaption
Method · 0.45
commandLoad
Method · 0.45
commandSave
Method · 0.45
commandClear
Method · 0.45
commandQuit
Method · 0.45
commandFileDrop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected