Public Member Functions |
| | TimeInfoTopic (InfoCommand &machineInfoCommand, MSXCPU &msxcpu) |
| 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.
|
| virtual void | tabCompletion (std::vector< std::string > &tokens) const |
| | Attempt tab completion for this topic.
|
| const std::string & | getName () const |
Detailed Description
Definition at line 24 of file MSXCPU.cc.
Constructor & Destructor Documentation
| openmsx::TimeInfoTopic::TimeInfoTopic |
( |
InfoCommand & |
machineInfoCommand, |
|
|
MSXCPU & |
msxcpu |
|
) |
| |
Member Function Documentation
| void openmsx::TimeInfoTopic::execute |
( |
const vector< TclObject > & |
tokens, |
|
|
TclObject & |
result |
|
) |
| const |
|
virtual |
| string openmsx::TimeInfoTopic::help |
( |
const vector< string > & |
tokens | ) |
const |
|
virtual |
Print help for this topic.
- Parameters
-
| tokens | Tokenized command line; tokens[1] is the topic. |
Implements openmsx::InfoTopic.
Definition at line 291 of file MSXCPU.cc.
The documentation for this class was generated from the following file: