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

Public Member Functions

 SettingInfo (InfoCommand &openMSXInfoCommand, SettingsManager &manager)
 
void execute (array_ref< TclObject > tokens, TclObject &result) const override
 Show info on this topic. More...
 
string help (const vector< string > &tokens) const override
 Print help for this topic. More...
 
void tabCompletion (vector< string > &tokens) const override
 Attempt tab completion for this topic. More...
 
- Public Member Functions inherited from openmsx::InfoTopic
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)
 

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

Detailed Description

Definition at line 20 of file SettingsManager.cc.

Constructor & Destructor Documentation

openmsx::SettingInfo::SettingInfo ( InfoCommand openMSXInfoCommand,
SettingsManager manager 
)

Definition at line 131 of file SettingsManager.cc.

Member Function Documentation

void openmsx::SettingInfo::execute ( array_ref< TclObject tokens,
TclObject result 
) const
overridevirtual

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 138 of file SettingsManager.cc.

References openmsx::TclObject::addListElement(), end(), and array_ref< T >::size().

string openmsx::SettingInfo::help ( const vector< string > &  tokens) const
overridevirtual

Print help for this topic.

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

Implements openmsx::InfoTopic.

Definition at line 161 of file SettingsManager.cc.

void openmsx::SettingInfo::tabCompletion ( vector< string > &  tokens) const
overridevirtual

Attempt tab completion for this topic.

Default implementation does nothing.

Parameters
tokensTokenized command line; tokens[1] is the topic. The last token is incomplete, this method tries to complete it.

Reimplemented from openmsx::InfoTopic.

Definition at line 169 of file SettingsManager.cc.

References openmsx::Completer::completeString(), and keys().


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