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

Public Member Functions

 CartCmd (CartridgeSlotManager &manager, MSXMotherBoard &motherBoard, string_ref commandName)
 
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...
 
void tabCompletion (vector< string > &tokens) const override
 Attempt tab completion for this command. More...
 
bool needRecord (array_ref< TclObject > tokens) const override
 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 22 of file CartridgeSlotManager.cc.

Constructor & Destructor Documentation

openmsx::CartCmd::CartCmd ( CartridgeSlotManager manager,
MSXMotherBoard motherBoard,
string_ref  commandName 
)

Definition at line 301 of file CartridgeSlotManager.cc.

Member Function Documentation

void openmsx::CartCmd::execute ( array_ref< TclObject tokens,
TclObject result,
EmuTime::param  time 
)
overridevirtual
string openmsx::CartCmd::help ( const vector< string > &  tokens) const
overridevirtual

Print help for this command.

Implements openmsx::Completer.

Definition at line 395 of file CartridgeSlotManager.cc.

bool openmsx::CartCmd::needRecord ( array_ref< TclObject tokens) const
overridevirtual

It's possible that in some cases the command doesn't need to be recorded after all (e.g.

a query subcommand). In that case you can override this method. Return false iff the command doesn't need to be recorded.

Reimplemented from openmsx::RecordedCommand.

Definition at line 412 of file CartridgeSlotManager.cc.

References array_ref< T >::size().

void openmsx::CartCmd::tabCompletion ( vector< string > &  tokens) const
overridevirtual

Attempt tab completion for this command.

Parameters
tokensTokenized command line; tokens[0] is the command itself. The last token is incomplete, this method tries to complete it.

Implements openmsx::Completer.

Definition at line 403 of file CartridgeSlotManager.cc.

References openmsx::Completer::completeFileName().


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