Lines Matching defs:_result

119 	void EditorState::commandLoad(const MyGUI::UString& _commandName, bool& _result)  in commandLoad()
143 void EditorState::commandSave(const MyGUI::UString& _commandName, bool& _result) in commandSave()
159 void EditorState::commandSaveAs(const MyGUI::UString& _commandName, bool& _result) in commandSaveAs()
169 void EditorState::commandClear(const MyGUI::UString& _commandName, bool& _result) in commandClear()
193 void EditorState::commandQuit(const MyGUI::UString& _commandName, bool& _result) in commandQuit()
217 void EditorState::commandFileDrop(const MyGUI::UString& _commandName, bool& _result) in commandFileDrop()
247 …id EditorState::notifyMessageBoxResultLoad(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultLoad()
264 …rState::notifyMessageBoxResultLoadDropFile(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultLoadDropFile()
299 void EditorState::notifyEndDialog(Dialog* _sender, bool _result) in notifyEndDialog()
326 …d EditorState::notifyMessageBoxResultClear(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultClear()
348 …id EditorState::notifyMessageBoxResultQuit(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultQuit()
470 void EditorState::commandRecentFiles(const MyGUI::UString& _commandName, bool& _result) in commandRecentFiles()
475 void EditorState::commandSettings(const MyGUI::UString& _commandName, bool& _result) in commandSettings()
483 void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result) in notifySettingsWindowEndDialog()
493 void EditorState::commandUndo(const MyGUI::UString& _commandName, bool& _result) in commandUndo()
503 void EditorState::commandRedo(const MyGUI::UString& _commandName, bool& _result) in commandRedo()