openMSX
Classes | Public Member Functions | List of all members
openmsx::DiskManipulator Class Reference

#include <DiskManipulator.hh>

Inheritance diagram for openmsx::DiskManipulator:
Inheritance graph
[legend]
Collaboration diagram for openmsx::DiskManipulator:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 18 of file DiskManipulator.hh.

Constructor & Destructor Documentation

openmsx::DiskManipulator::DiskManipulator ( CommandController commandController,
Reactor reactor 
)
explicit

Definition at line 35 of file DiskManipulator.cc.

openmsx::DiskManipulator::~DiskManipulator ( )

Definition at line 42 of file DiskManipulator.cc.

Member Function Documentation

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)

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