openMSX
openmsx::CommandController Member List

This is the complete list of members for openmsx::CommandController, including all inherited members.

CommandController()=defaultopenmsx::CommandControllerprotected
executeCommand(zstring_view command, CliConnection *connection=nullptr)=0openmsx::CommandControllerpure virtual
getCliComm()=0openmsx::CommandControllerpure virtual
getInterpreter()=0openmsx::CommandControllerpure virtual
registerCommand(Command &command, zstring_view str)=0openmsx::CommandControllerpure virtual
registerCompleter(CommandCompleter &completer, std::string_view str)=0openmsx::CommandControllerpure virtual
registerSetting(Setting &setting)=0openmsx::CommandControllerpure virtual
unregisterCommand(Command &command, std::string_view str)=0openmsx::CommandControllerpure virtual
unregisterCompleter(CommandCompleter &completer, std::string_view str)=0openmsx::CommandControllerpure virtual
unregisterSetting(Setting &setting)=0openmsx::CommandControllerpure virtual
~CommandController()=defaultopenmsx::CommandControllerprotected