#include <CommandController.hh>
Definition at line 18 of file CommandController.hh.
◆ CommandController()
openmsx::CommandController::CommandController |
( |
| ) |
|
|
protecteddefault |
◆ ~CommandController()
openmsx::CommandController::~CommandController |
( |
| ) |
|
|
protecteddefault |
◆ executeCommand()
◆ getCliComm()
virtual CliComm & openmsx::CommandController::getCliComm |
( |
| ) |
|
|
pure virtual |
◆ getInterpreter()
virtual Interpreter & openmsx::CommandController::getInterpreter |
( |
| ) |
|
|
pure virtual |
◆ registerCommand()
virtual void openmsx::CommandController::registerCommand |
( |
Command & |
command, |
|
|
zstring_view |
str |
|
) |
| |
|
pure virtual |
◆ registerCompleter()
virtual void openmsx::CommandController::registerCompleter |
( |
CommandCompleter & |
completer, |
|
|
std::string_view |
str |
|
) |
| |
|
pure virtual |
◆ registerSetting()
virtual void openmsx::CommandController::registerSetting |
( |
Setting & |
setting | ) |
|
|
pure virtual |
◆ unregisterCommand()
virtual void openmsx::CommandController::unregisterCommand |
( |
Command & |
command, |
|
|
std::string_view |
str |
|
) |
| |
|
pure virtual |
◆ unregisterCompleter()
virtual void openmsx::CommandController::unregisterCompleter |
( |
CommandCompleter & |
completer, |
|
|
std::string_view |
str |
|
) |
| |
|
pure virtual |
◆ unregisterSetting()
virtual void openmsx::CommandController::unregisterSetting |
( |
Setting & |
setting | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: