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

Method checkCommand

Tools/EditorFramework/DataListBaseControl.cpp:39–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 bool DataListBaseControl::checkCommand(bool _result)
40 {
41 if (_result)
42 return false;
43
44 if (DialogManager::getInstance().getAnyDialog())
45 return false;
46
47 if (MessageBoxManager::getInstance().hasAny())
48 return false;
49
50 return true;
51 }
52
53 void DataListBaseControl::commandCreateData(const MyGUI::UString& _commandName, bool& _result)
54 {

Callers

nothing calls this directly

Calls 2

hasAnyMethod · 0.80
getAnyDialogMethod · 0.45

Tested by

no test coverage detected