|
openMSX
|
#include <DiskManipulator.hh>


Classes | |
| struct | DriveSettings |
Public Member Functions | |
| DiskManipulator (CommandController &commandController, Reactor &reactor) | |
| ~DiskManipulator () | |
| void | registerDrive (DiskContainer &drive, const std::string &prefix) |
| void | unregisterDrive (DiskContainer &drive) |
Public Member Functions inherited from openmsx::Command | |
| virtual void | execute (const std::vector< TclObject > &tokens, TclObject &result) |
| Execute this command. | |
| virtual std::string | execute (const std::vector< std::string > &tokens) |
| Alternative for the execute() method above. | |
| virtual void | tabCompletion (std::vector< std::string > &tokens) const |
| Attempt tab completion for this command. | |
| void | setAllowedInEmptyMachine (bool value) |
| bool | isAllowedInEmptyMachine () const |
Public Member Functions inherited from openmsx::CommandCompleter | |
| CommandController & | getCommandController () const |
Public Member Functions inherited from openmsx::Completer | |
| const std::string & | getName () const |
| virtual std::string | help (const std::vector< std::string > &tokens) const =0 |
| Print help for this command. | |
Additional Inherited Members | |
Static Public Member Functions inherited from openmsx::Completer | |
| 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::Command | |
| Command (CommandController &commandController, string_ref name) | |
| virtual | ~Command () |
Definition at line 18 of file DiskManipulator.hh.
|
explicit |
Definition at line 35 of file DiskManipulator.cc.
| openmsx::DiskManipulator::~DiskManipulator | ( | ) |
Definition at line 42 of file DiskManipulator.cc.
| void openmsx::DiskManipulator::registerDrive | ( | DiskContainer & | drive, |
| const std::string & | prefix | ||
| ) |
Definition at line 53 of file DiskManipulator.cc.
References openmsx::DiskContainer::getContainerName().
Referenced by openmsx::IDEHD::IDEHD().
| void openmsx::DiskManipulator::unregisterDrive | ( | DiskContainer & | drive | ) |
Definition at line 67 of file DiskManipulator.cc.
Referenced by openmsx::DiskChanger::~DiskChanger(), and openmsx::IDEHD::~IDEHD().
1.8.1.2