Searched refs:CommandObjectGUI (Results 1 – 5 of 5) sorted by relevance
21 CommandObjectGUI::CommandObjectGUI(CommandInterpreter &interpreter) in CommandObjectGUI() function in CommandObjectGUI25 CommandObjectGUI::~CommandObjectGUI() = default;27 void CommandObjectGUI::DoExecute(Args &args, CommandReturnObject &result) { in DoExecute()
18 class CommandObjectGUI : public CommandObjectParsed {20 CommandObjectGUI(CommandInterpreter &interpreter);22 ~CommandObjectGUI() override;
16 CommandObjectGUI.cpp
43 "CommandObjectGUI.cpp",
25 #include "Commands/CommandObjectGUI.h"570 REGISTER_COMMAND_OBJECT("gui", CommandObjectGUI); in LoadCommandDictionary()