openMSX
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
openmsx::VDPInfo Class Referenceabstract
Inheritance diagram for openmsx::VDPInfo:
Inheritance graph
[legend]
Collaboration diagram for openmsx::VDPInfo:
Collaboration graph
[legend]

Public Member Functions

void execute (array_ref< TclObject >, TclObject &result) const override
 Show info on this topic. More...
 
string help (const vector< string > &) const override
 Print help for this topic. More...
 
virtual int calc (const EmuTime &time) const =0
 
- 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)
 

Protected Member Functions

 VDPInfo (VDP &vdp_, const string &name, string helpText_)
 
- 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 ()
 

Protected Attributes

VDPvdp
 
const string helpText
 

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_)
 

Detailed Description

Definition at line 88 of file VDP.cc.

Constructor & Destructor Documentation

openmsx::VDPInfo::VDPInfo ( VDP vdp_,
const string &  name,
string  helpText_ 
)
inlineprotected

Definition at line 103 of file VDP.cc.

Member Function Documentation

virtual int openmsx::VDPInfo::calc ( const EmuTime time) const
pure virtual
void openmsx::VDPInfo::execute ( array_ref< TclObject tokens,
TclObject result 
) const
inlineoverridevirtual

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 91 of file VDP.cc.

References calc(), openmsx::MSXDevice::getCurrentTime(), openmsx::TclObject::setInt(), and vdp.

string openmsx::VDPInfo::help ( const vector< string > &  tokens) const
inlineoverridevirtual

Print help for this topic.

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

Implements openmsx::InfoTopic.

Definition at line 96 of file VDP.cc.

References helpText.

Member Data Documentation

const string openmsx::VDPInfo::helpText
protected

Definition at line 110 of file VDP.cc.

Referenced by help().

VDP& openmsx::VDPInfo::vdp
protected

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