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

Public Member Functions

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

Detailed Description

Definition at line 106 of file MSXCPUInterface.cc.

Constructor & Destructor Documentation

openmsx::ExternalSlotInfo::ExternalSlotInfo ( InfoCommand machineInfoCommand,
CartridgeSlotManager manager 
)

Definition at line 1164 of file MSXCPUInterface.cc.

Member Function Documentation

void openmsx::ExternalSlotInfo::execute ( const vector< TclObject > &  tokens,
TclObject result 
) const
virtual

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 1171 of file MSXCPUInterface.cc.

References openmsx::CartridgeSlotManager::isExternalSlot(), and openmsx::TclObject::setInt().

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

Print help for this topic.

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

Implements openmsx::InfoTopic.

Definition at line 1189 of file MSXCPUInterface.cc.


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