openMSX
Public Member Functions | List of all members
openmsx::KeyMatrixDownCmd Class Referencefinal
Inheritance diagram for openmsx::KeyMatrixDownCmd:
Inheritance graph
[legend]
Collaboration diagram for openmsx::KeyMatrixDownCmd:
Collaboration graph
[legend]

Public Member Functions

 KeyMatrixDownCmd (CommandController &commandController, StateChangeDistributor &stateChangeDistributor, Scheduler &scheduler, Keyboard &keyboard)
 
void execute (array_ref< TclObject > tokens, TclObject &result, EmuTime::param time) override
 This is like the execute() method of the Command class, it only has an extra time parameter. More...
 
string help (const vector< string > &tokens) const override
 Print help for this command. More...
 
- Public Member Functions inherited from openmsx::RecordedCommand
virtual bool needRecord (array_ref< TclObject > tokens) const
 It's possible that in some cases the command doesn't need to be recorded after all (e.g. More...
 
- Public Member Functions inherited from openmsx::Command
void tabCompletion (std::vector< std::string > &tokens) const override
 Attempt tab completion for this command. More...
 
void setAllowedInEmptyMachine (bool value)
 
bool isAllowedInEmptyMachine () const
 
- Public Member Functions inherited from openmsx::CommandCompleter
CommandControllergetCommandController () const
 
InterpretergetInterpreter () const
 
- Public Member Functions inherited from openmsx::Completer
const std::string & getName () const
 
template<typename ITER >
NEVER_INLINE std::vector
< string_ref
filter (string_ref str, ITER begin, ITER end, bool caseSensitive)
 

Additional Inherited Members

- Static Public Member Functions inherited from openmsx::Completer
template<typename ITER >
static void completeString (std::vector< std::string > &tokens, ITER begin, ITER end, bool caseSensitive=true)
 
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)
 
 ~RecordedCommand ()
 
- Protected Member Functions inherited from openmsx::Command
 Command (CommandController &controller, string_ref name)
 
 ~Command ()
 
- Protected Member Functions inherited from openmsx::CommandCompleter
 CommandCompleter (CommandController &controller, string_ref name)
 
 ~CommandCompleter ()
 
GlobalCommandControllergetGlobalCommandController () const
 
CliCommgetCliComm () const
 
- Protected Member Functions inherited from openmsx::Completer
 Completer (string_ref name)
 
 ~Completer ()
 

Detailed Description

Definition at line 62 of file Keyboard.cc.

Constructor & Destructor Documentation

openmsx::KeyMatrixDownCmd::KeyMatrixDownCmd ( CommandController commandController,
StateChangeDistributor stateChangeDistributor,
Scheduler scheduler,
Keyboard keyboard 
)

Definition at line 1025 of file Keyboard.cc.

Member Function Documentation

void openmsx::KeyMatrixDownCmd::execute ( array_ref< TclObject tokens,
TclObject result,
EmuTime::param  time 
)
overridevirtual

This is like the execute() method of the Command class, it only has an extra time parameter.

Implements openmsx::RecordedCommand.

Definition at line 1034 of file Keyboard.cc.

References openmsx::CommandCompleter::getInterpreter().

string openmsx::KeyMatrixDownCmd::help ( const vector< string > &  tokens) const
overridevirtual

Print help for this command.

Implements openmsx::Completer.

Definition at line 1040 of file Keyboard.cc.


The documentation for this class was generated from the following file: