#include <CDManager.h>
Inherited by CDDrive.
Public Member Functions | |
| virtual | ~CDDriveInterface () |
| virtual void | refreshInfo (void)=0 |
| Update drive with least. | |
| virtual AsciiString | getDiskName (void)=0 |
| Returns the drive path for this drive. | |
| virtual AsciiString | getPath (void)=0 |
| Returns the drive path for this drive. | |
| virtual CD::Disk | getDisk (void)=0 |
| Returns ID of current disk in this drive. | |
Interface to a CD ROM drive
Definition at line 89 of file CDManager.h.
|
inlinevirtual |
Definition at line 93 of file CDManager.h.
|
pure virtual |
Returns ID of current disk in this drive.
Implemented in CDDrive.
|
pure virtual |
Returns the drive path for this drive.
Implemented in CDDrive.
|
pure virtual |
Returns the drive path for this drive.
Implemented in CDDrive.
|
pure virtual |
Update drive with least.
Implemented in CDDrive, and Win32CDDrive.