|
openMSX
|


Public Member Functions | |
| KeyMatrixDownCmd (CommandController &commandController, StateChangeDistributor &stateChangeDistributor, Scheduler &scheduler, Keyboard &keyboard) | |
| virtual string | execute (const vector< string > &tokens, EmuTime::param time) |
| virtual string | help (const vector< string > &tokens) const |
Public Member Functions inherited from openmsx::RecordedCommand | |
| virtual void | execute (const std::vector< TclObject > &tokens, TclObject &result, EmuTime::param time) |
| This is like the execute() method of the Command class, it only has an extra time parameter. | |
| virtual bool | needRecord (const std::vector< TclObject > &tokens) const |
| It's possible that in some cases the command doesn't need to be recorded after all (e.g. | |
| virtual bool | needRecord (const std::vector< std::string > &tokens) const |
Public Member Functions inherited from openmsx::Command | |
| virtual void | execute (const std::vector< TclObject > &tokens, TclObject &result) |
| Execute this command. | |
| virtual std::string | execute (const std::vector< std::string > &tokens) |
| Alternative for the execute() method above. | |
| virtual void | tabCompletion (std::vector< std::string > &tokens) const |
| Attempt tab completion for this command. | |
| void | setAllowedInEmptyMachine (bool value) |
| bool | isAllowedInEmptyMachine () const |
Public Member Functions inherited from openmsx::CommandCompleter | |
| 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. | |
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) |
Protected Member Functions inherited from openmsx::RecordedCommand | |
| RecordedCommand (CommandController &commandController, StateChangeDistributor &stateChangeDistributor, Scheduler &scheduler, string_ref name) | |
| virtual | ~RecordedCommand () |
Definition at line 61 of file Keyboard.cc.
| openmsx::KeyMatrixDownCmd::KeyMatrixDownCmd | ( | CommandController & | commandController, |
| StateChangeDistributor & | stateChangeDistributor, | ||
| Scheduler & | scheduler, | ||
| Keyboard & | keyboard | ||
| ) |
Definition at line 1005 of file Keyboard.cc.
|
virtual |
Reimplemented from openmsx::RecordedCommand.
Definition at line 1014 of file Keyboard.cc.
|
virtual |
Definition at line 1019 of file Keyboard.cc.
1.8.1.2