Lines Matching defs:_result

100 	void EditorState::notifySettingsWindowEndDialog(Dialog* _dialog, bool _result)  in notifySettingsWindowEndDialog()
110 void EditorState::command_Settings(const MyGUI::UString& _commandName, bool& _result) in command_Settings()
121 void EditorState::command_CodeGenerator(const MyGUI::UString& _commandName, bool& _result) in command_CodeGenerator()
132 void EditorState::command_OpenRecentFile(const MyGUI::UString& _commandName, bool& _result) in command_OpenRecentFile()
140 void EditorState::command_Load(const MyGUI::UString& _commandName, bool& _result) in command_Load()
164 void EditorState::command_Save(const MyGUI::UString& _commandName, bool& _result) in command_Save()
180 void EditorState::command_SaveAs(const MyGUI::UString& _commandName, bool& _result) in command_SaveAs()
190 void EditorState::command_Clear(const MyGUI::UString& _commandName, bool& _result) in command_Clear()
214 void EditorState::command_Quit(const MyGUI::UString& _commandName, bool& _result) in command_Quit()
238 void EditorState::command_FileDrop(const MyGUI::UString& _commandName, bool& _result) in command_FileDrop()
268 void EditorState::command_SaveItemAs(const MyGUI::UString& _commandName, bool& _result) in command_SaveItemAs()
281 void EditorState::command_UpdateItemName(const MyGUI::UString& _commandName, bool& _result) in command_UpdateItemName()
360 …id EditorState::notifyMessageBoxResultLoad(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultLoad()
379 …rState::notifyMessageBoxResultLoadDropFile(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultLoadDropFile()
415 void EditorState::notifyEndDialogOpenSaveFile(Dialog* _sender, bool _result) in notifyEndDialogOpenSaveFile()
442 …d EditorState::notifyMessageBoxResultClear(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultClear()
466 …id EditorState::notifyMessageBoxResultQuit(MyGUI::Message* _sender, MyGUI::MessageBoxStyle _result) in notifyMessageBoxResultQuit()
507 void EditorState::notifyEndDialogCodeGenerator(Dialog* _dialog, bool _result) in notifyEndDialogCodeGenerator()
584 void EditorState::command_UpdateResources(const MyGUI::UString& _commandName, bool& _result) in command_UpdateResources()