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

Method checkCommand

Tools/LayoutEditor/ProjectControl.cpp:302–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 bool ProjectControl::checkCommand()
303 {
304 if (DialogManager::getInstance().getAnyDialog())
305 return false;
306
307 if (MessageBoxManager::getInstance().hasAny())
308 return false;
309
310 return true;
311 }
312
313 void ProjectControl::clear()
314 {

Callers

nothing calls this directly

Calls 2

hasAnyMethod · 0.80
getAnyDialogMethod · 0.45

Tested by

no test coverage detected