Lines Matching defs:_result

121 	void EditorState::commandLoad(const MyGUI::UString& _commandName, bool& _result)  in commandLoad()
145 void EditorState::commandSave(const MyGUI::UString& _commandName, bool& _result) in commandSave()
161 void EditorState::commandSaveAs(const MyGUI::UString& _commandName, bool& _result) in commandSaveAs()
171 void EditorState::commandExport(const MyGUI::UString& _commandName, bool& _result) in commandExport()
181 void EditorState::commandClear(const MyGUI::UString& _commandName, bool& _result) in commandClear()
205 void EditorState::commandQuit(const MyGUI::UString& _commandName, bool& _result) in commandQuit()
229 void EditorState::commandFileDrop(const MyGUI::UString& _commandName, bool& _result) in commandFileDrop()
259 …id EditorState::notifyMessageBoxResultLoad(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultLoad()
276 …rState::notifyMessageBoxResultLoadDropFile(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultLoadDropFile()
311 void EditorState::notifyEndDialog(Dialog* _sender, bool _result) in notifyEndDialog()
342 …d EditorState::notifyMessageBoxResultClear(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultClear()
373 …id EditorState::notifyMessageBoxResultQuit(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultQuit()
495 void EditorState::commandRecentFiles(const MyGUI::UString& _commandName, bool& _result) in commandRecentFiles()
500 void EditorState::commandSettings(const MyGUI::UString& _commandName, bool& _result) in commandSettings()
508 void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result) in notifySettingsWindowEndDialog()
518 void EditorState::commandUndo(const MyGUI::UString& _commandName, bool& _result) in commandUndo()
528 void EditorState::commandRedo(const MyGUI::UString& _commandName, bool& _result) in commandRedo()