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

Method updateCaption

Tools/FontEditor/EditorState.cpp:112–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

addUserTagFunction · 0.85
getChangesMethod · 0.45
executeCommandMethod · 0.45

Tested by

no test coverage detected