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

Public Member Functions

 CartridgeSlotInfo (InfoCommand &machineInfoCommand, CartridgeSlotManager &manger)
 
void execute (array_ref< TclObject > tokens, TclObject &result) const override
 Show info on this topic. More...
 
string help (const vector< string > &tokens) const override
 Print help for this topic. More...
 
- Public Member Functions inherited from openmsx::InfoTopic
void tabCompletion (std::vector< std::string > &tokens) const override
 Attempt tab completion for this topic. More...
 
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::InfoTopic
 InfoTopic (InfoCommand &infoCommand, const std::string &name)
 
 ~InfoTopic ()
 
- Protected Member Functions inherited from openmsx::Completer
 Completer (string_ref name)
 
 ~Completer ()
 

Detailed Description

Definition at line 38 of file CartridgeSlotManager.cc.

Constructor & Destructor Documentation

openmsx::CartridgeSlotInfo::CartridgeSlotInfo ( InfoCommand machineInfoCommand,
CartridgeSlotManager manger 
)

Definition at line 420 of file CartridgeSlotManager.cc.

Member Function Documentation

void openmsx::CartridgeSlotInfo::execute ( array_ref< TclObject tokens,
TclObject result 
) const
overridevirtual

Show info on this topic.

Parameters
tokensTokenized command line; tokens[1] is the topic.
resultThe result of this topic must be assigned to this parameter.
Exceptions
CommandExceptionThrown when there was an error while executing this InfoTopic.

Implements openmsx::InfoTopic.

Definition at line 427 of file CartridgeSlotManager.cc.

References openmsx::TclObject::addListElement(), array_ref< T >::size(), and xrange().

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

Print help for this topic.

Parameters
tokensTokenized command line; tokens[1] is the topic.

Implements openmsx::InfoTopic.

Definition at line 473 of file CartridgeSlotManager.cc.


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