|
openMSX
|


Public Member Functions | |
| SubSlottedInfo (InfoCommand &machineInfoCommand, MSXCPUInterface &interface) | |
| 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 () |
Definition at line 94 of file MSXCPUInterface.cc.
| openmsx::SubSlottedInfo::SubSlottedInfo | ( | InfoCommand & | machineInfoCommand, |
| MSXCPUInterface & | interface | ||
| ) |
Definition at line 1139 of file MSXCPUInterface.cc.
|
virtual |
Show info on this topic.
| tokens | Tokenized command line; tokens[1] is the topic. |
| result | The result of this topic must be assigned to this parameter. |
| CommandException | Thrown when there was an error while executing this InfoTopic. |
Implements openmsx::InfoTopic.
Definition at line 1146 of file MSXCPUInterface.cc.
References openmsx::MSXCPUInterface::isExpanded(), and openmsx::TclObject::setInt().
|
virtual |
Print help for this topic.
| tokens | Tokenized command line; tokens[1] is the topic. |
Implements openmsx::InfoTopic.
Definition at line 1155 of file MSXCPUInterface.cc.
1.8.1.2