Searched refs:CommandObjectGUI (Results 1 – 4 of 4) sorted by relevance
23 CommandObjectGUI::CommandObjectGUI(CommandInterpreter &interpreter) in CommandObjectGUI() function in CommandObjectGUI27 CommandObjectGUI::~CommandObjectGUI() {} in ~CommandObjectGUI()29 bool CommandObjectGUI::DoExecute(Args &args, CommandReturnObject &result) { in DoExecute()
21 class CommandObjectGUI : public CommandObjectParsed {23 CommandObjectGUI(CommandInterpreter &interpreter);25 ~CommandObjectGUI() override;
113 SRCS+= Commands/CommandObjectGUI.cpp
475 m_command_dict["gui"] = CommandObjectSP(new CommandObjectGUI(*this)); in LoadCommandDictionary()