#include <Win32CDManager.h>
Inherits CDDrive.
Public Member Functions | |
| Win32CDDrive () | |
| virtual | ~Win32CDDrive () |
| virtual void | refreshInfo (void) |
| Update drive with least. | |
Public Member Functions inherited from CDDrive | |
| CDDrive () | |
| virtual | ~CDDrive () |
| virtual AsciiString | getPath (void) |
| Returns the drive path for this drive. | |
| virtual AsciiString | getDiskName (void) |
| Returns the drive path for this drive. | |
| virtual CD::Disk | getDisk (void) |
| Returns ID of current disk in this drive. | |
| void | setPath (const Char *path) |
| Set the drive's path. | |
Public Member Functions inherited from CDDriveInterface | |
| virtual | ~CDDriveInterface () |
Additional Inherited Members | |
Protected Attributes inherited from CDDrive | |
| LListNode | m_node |
| Link list node. | |
| AsciiString | m_diskName |
| disk's volume name | |
| AsciiString | m_drivePath |
| drive's device path | |
| CD::Disk | m_disk |
| ID of disk in drive. | |
Definition at line 71 of file Win32CDManager.h.
| Win32CDDrive::Win32CDDrive | ( | ) |
Definition at line 111 of file Win32CDManager.cpp.
|
virtual |
Definition at line 120 of file Win32CDManager.cpp.
|
virtual |
Update drive with least.
Reimplemented from CDDrive.
Definition at line 129 of file Win32CDManager.cpp.