|
openMSX
|
#include <Command.hh>


Public Member Functions | |
| CommandController & | getCommandController () const |
Public Member Functions inherited from openmsx::Completer | |
| const std::string & | getName () const |
| virtual std::string | help (const std::vector< std::string > &tokens) const =0 |
| Print help for this command. | |
| virtual void | tabCompletion (std::vector< std::string > &tokens) const =0 |
| Attempt tab completion for this command. | |
Protected Member Functions | |
| CommandCompleter (CommandController &commandController, string_ref name) | |
| virtual | ~CommandCompleter () |
| GlobalCommandController & | getGlobalCommandController () const |
| Interpreter & | getInterpreter () const |
| CliComm & | getCliComm () const |
Protected Member Functions inherited from openmsx::Completer | |
| Completer (string_ref name) | |
| virtual | ~Completer () |
Additional Inherited Members | |
Static Public Member Functions inherited from openmsx::Completer | |
| template<typename RANGE > | |
| static void | completeString (std::vector< std::string > &tokens, const RANGE &possibleValues, bool caseSensitive=true) |
| template<typename RANGE > | |
| static void | completeFileName (std::vector< std::string > &tokens, const FileContext &context, const RANGE &extra) |
| static void | completeFileName (std::vector< std::string > &tokens, const FileContext &context) |
| static void | setOutput (InterpreterOutput *output) |
Definition at line 16 of file Command.hh.
|
protected |
Definition at line 16 of file Command.cc.
References getCommandController(), openmsx::Completer::getName(), and openmsx::CommandController::registerCompleter().
|
protectedvirtual |
Definition at line 26 of file Command.cc.
References getCommandController(), openmsx::Completer::getName(), and openmsx::CommandController::unregisterCompleter().
|
protected |
Definition at line 57 of file Command.cc.
References openmsx::CommandController::getCliComm(), and getCommandController().
Referenced by openmsx::MessageCommand::execute().
| CommandController & openmsx::CommandCompleter::getCommandController | ( | ) | const |
Definition at line 36 of file Command.cc.
Referenced by openmsx::Command::Command(), CommandCompleter(), openmsx::AfterCmd::execute(), getCliComm(), openmsx::Command::~Command(), and ~CommandCompleter().
|
protected |
Definition at line 41 of file Command.cc.
Referenced by getInterpreter().
|
protected |
Definition at line 52 of file Command.cc.
References getGlobalCommandController(), and openmsx::GlobalCommandController::getInterpreter().
Referenced by openmsx::CartCmd::execute(), openmsx::LaserdiscCommand::execute(), and openmsx::TapeCommand::execute().
1.8.1.2