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

Method updateCaption

Tools/LayoutEditor/EditorState.cpp:348–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 }
347
348 void EditorState::updateCaption()
349 {
350 MyGUI::UString tag;
351 if (UndoManager::getInstance().isUnsaved())
352 tag = "*";
353 addUserTag("HasChanged", tag);
354
355 CommandManager::getInstance().executeCommand("Command_UpdateAppCaption");
356 }
357
358 void EditorState::notifyMessageBoxResultLoad(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result)
359 {

Callers

nothing calls this directly

Calls 3

addUserTagFunction · 0.85
isUnsavedMethod · 0.80
executeCommandMethod · 0.45

Tested by

no test coverage detected