|
openMSX
|
#include <CassettePlayerCLI.hh>


Public Member Functions | |
| CassettePlayerCLI (CommandLineParser &commandLineParser) | |
| virtual void | parseOption (const std::string &option, std::deque< std::string > &cmdLine) |
| virtual string_ref | optionHelp () const |
| virtual void | parseFileType (const std::string &filename, std::deque< std::string > &cmdLine) |
| virtual string_ref | fileTypeHelp () const |
Public Member Functions inherited from openmsx::CLIOption | |
| virtual | ~CLIOption () |
Public Member Functions inherited from openmsx::CLIFileType | |
| virtual | ~CLIFileType () |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::CLIOption | |
| std::string | getArgument (const std::string &option, std::deque< std::string > &cmdLine) const |
| std::string | peekArgument (const std::deque< std::string > &cmdLine) const |
Definition at line 10 of file CassettePlayerCLI.hh.
|
explicit |
Definition at line 12 of file CassettePlayerCLI.cc.
References openmsx::CommandLineParser::registerFileClass(), and openmsx::CommandLineParser::registerOption().
|
virtual |
Implements openmsx::CLIFileType.
Definition at line 42 of file CassettePlayerCLI.cc.
|
virtual |
Implements openmsx::CLIOption.
Definition at line 24 of file CassettePlayerCLI.cc.
|
virtual |
Implements openmsx::CLIFileType.
Definition at line 30 of file CassettePlayerCLI.cc.
References openmsx::TclObject::addListElement(), openmsx::CommandLineParser::getGlobalCommandController(), openmsx::GlobalCommandController::getInterpreter(), and openmsx::GlobalCommandController::hasCommand().
Referenced by parseOption().
|
virtual |
Implements openmsx::CLIOption.
Definition at line 19 of file CassettePlayerCLI.cc.
References openmsx::CLIOption::getArgument(), and parseFileType().
1.8.1.2