#include <CommandController.hh>
Detailed Description
Definition at line 18 of file CommandController.hh.
Constructor & Destructor Documentation
| openmsx::CommandController::CommandController |
( |
| ) |
|
|
inlineprotected |
| virtual openmsx::CommandController::~CommandController |
( |
| ) |
|
|
inlineprotectedvirtual |
Member Function Documentation
| virtual void openmsx::CommandController::changeSetting |
( |
Setting & |
setting, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
| virtual std::string openmsx::CommandController::executeCommand |
( |
const std::string & |
command, |
|
|
CliConnection * |
connection = nullptr |
|
) |
| |
|
pure virtual |
Execute the given command.
| virtual CliComm& openmsx::CommandController::getCliComm |
( |
| ) |
|
|
pure virtual |
| virtual bool openmsx::CommandController::hasCommand |
( |
string_ref |
command | ) |
const |
|
pure virtual |
| virtual void openmsx::CommandController::registerCommand |
( |
Command & |
command, |
|
|
const std::string & |
str |
|
) |
| |
|
pure virtual |
| virtual void openmsx::CommandController::registerSetting |
( |
Setting & |
setting | ) |
|
|
pure virtual |
| virtual std::vector<std::string> openmsx::CommandController::splitList |
( |
const std::string & |
list | ) |
|
|
pure virtual |
| virtual void openmsx::CommandController::unregisterCommand |
( |
Command & |
command, |
|
|
string_ref |
str |
|
) |
| |
|
pure virtual |
| virtual void openmsx::CommandController::unregisterSetting |
( |
Setting & |
setting | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: