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

Public Member Functions

 SoftwareInfoTopic (InfoCommand &openMSXInfoCommand, Reactor &reactor)
 
void execute (std::span< const TclObject > tokens, TclObject &result) const override
 Show info on this topic. More...
 
std::string help (std::span< const TclObject > tokens) const override
 Print help for this topic. More...
 

Detailed Description

Definition at line 204 of file Reactor.cc.

Constructor & Destructor Documentation

◆ SoftwareInfoTopic()

openmsx::SoftwareInfoTopic::SoftwareInfoTopic ( InfoCommand openMSXInfoCommand,
Reactor reactor 
)

Definition at line 1158 of file Reactor.cc.

Member Function Documentation

◆ execute()

void openmsx::SoftwareInfoTopic::execute ( std::span< const TclObject tokens,
TclObject result 
) const
overridevirtual

◆ help()

string openmsx::SoftwareInfoTopic::help ( std::span< const TclObject tokens) const
overridevirtual

Print help for this topic.

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

Implements openmsx::InfoTopic.

Definition at line 1192 of file Reactor.cc.


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