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

Public Member Functions

 UnbindCmd (CommandController &commandController, HotKey &hotKey, bool defaultCmd)
virtual string execute (const vector< string > &tokens)
 Alternative for the execute() method above.
virtual string help (const vector< string > &tokens) const
 Print help for this command.
- Public Member Functions inherited from openmsx::Command
virtual void execute (const std::vector< TclObject > &tokens, TclObject &result)
 Execute this command.
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
CommandControllergetCommandController () const
- Public Member Functions inherited from openmsx::Completer
const std::string & getName () const

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::Command
 Command (CommandController &commandController, string_ref name)
virtual ~Command ()

Detailed Description

Definition at line 53 of file HotKey.cc.

Constructor & Destructor Documentation

openmsx::UnbindCmd::UnbindCmd ( CommandController commandController,
HotKey hotKey,
bool  defaultCmd 
)

Definition at line 594 of file HotKey.cc.

Member Function Documentation

string openmsx::UnbindCmd::execute ( const vector< string > &  tokens)
virtual

Alternative for the execute() method above.

It has a simpler interface, but performance is a bit lower. Subclasses should override either this method or the one above.

Reimplemented from openmsx::Command.

Definition at line 602 of file HotKey.cc.

string openmsx::UnbindCmd::help ( const vector< string > &  tokens) const
virtual

Print help for this command.

Implements openmsx::Completer.

Definition at line 634 of file HotKey.cc.


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