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

Method updateCaption

Tools/SkinEditor/EditorState.cpp:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void EditorState::updateCaption()
111 {
112 MyGUI::UString tag;
113 if (ActionManager::getInstance().getChanges())
114 tag = "*";
115 addUserTag("HasChanged", tag);
116
117 CommandManager::getInstance().executeCommand("Command_UpdateAppCaption");
118 }
119
120 void EditorState::commandLoad(const MyGUI::UString& _commandName, bool& _result)
121 {

Callers

nothing calls this directly

Calls 3

addUserTagFunction · 0.85
getChangesMethod · 0.45
executeCommandMethod · 0.45

Tested by

no test coverage detected