openMSX
|
This is the complete list of members for openmsx::CommandController, including all inherited members.
CommandController()=default | openmsx::CommandController | protected |
executeCommand(zstring_view command, CliConnection *connection=nullptr)=0 | openmsx::CommandController | pure virtual |
getCliComm()=0 | openmsx::CommandController | pure virtual |
getInterpreter()=0 | openmsx::CommandController | pure virtual |
registerCommand(Command &command, zstring_view str)=0 | openmsx::CommandController | pure virtual |
registerCompleter(CommandCompleter &completer, std::string_view str)=0 | openmsx::CommandController | pure virtual |
registerSetting(Setting &setting)=0 | openmsx::CommandController | pure virtual |
unregisterCommand(Command &command, std::string_view str)=0 | openmsx::CommandController | pure virtual |
unregisterCompleter(CommandCompleter &completer, std::string_view str)=0 | openmsx::CommandController | pure virtual |
unregisterSetting(Setting &setting)=0 | openmsx::CommandController | pure virtual |
~CommandController()=default | openmsx::CommandController | protected |