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

Method checkCommand

Tools/FontEditor/EditorState.cpp:398–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397
398 bool EditorState::checkCommand()
399 {
400 if (DialogManager::getInstance().getAnyDialog())
401 return false;
402
403 if (MessageBoxManager::getInstance().hasAny())
404 return false;
405
406 if (!StateManager::getInstance().getStateActivate(this))
407 return false;
408
409 return true;
410 }
411
412 void EditorState::clear()
413 {

Callers

nothing calls this directly

Calls 3

hasAnyMethod · 0.80
getStateActivateMethod · 0.80
getAnyDialogMethod · 0.45

Tested by

no test coverage detected