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

Public Member Functions

 SettingCompleter (CommandController &commandController, SettingsManager &manager, const string &name)
 
string help (const vector< string > &tokens) const override
 Print help for this command. More...
 
void tabCompletion (vector< string > &tokens) const override
 Attempt tab completion for this command. More...
 
- Public Member Functions inherited from openmsx::CommandCompleter
CommandControllergetCommandController () const
 
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::CommandCompleter
 CommandCompleter (CommandController &controller, string_ref name)
 
 ~CommandCompleter ()
 
GlobalCommandControllergetGlobalCommandController () const
 
CliCommgetCliComm () const
 
- Protected Member Functions inherited from openmsx::Completer
 Completer (string_ref name)
 
 ~Completer ()
 

Detailed Description

Definition at line 43 of file SettingsManager.cc.

Constructor & Destructor Documentation

openmsx::SettingCompleter::SettingCompleter ( CommandController commandController,
SettingsManager manager,
const string &  name 
)

Definition at line 219 of file SettingsManager.cc.

Member Function Documentation

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

Print help for this command.

Implements openmsx::Completer.

Definition at line 227 of file SettingsManager.cc.

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

Attempt tab completion for this command.

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

Implements openmsx::Completer.

Definition at line 232 of file SettingsManager.cc.

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


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