Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
Win32CDDrive Class Reference

#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.
 

Detailed Description

Definition at line 71 of file Win32CDManager.h.

Constructor & Destructor Documentation

◆ Win32CDDrive()

Win32CDDrive::Win32CDDrive ( )

Definition at line 111 of file Win32CDManager.cpp.

◆ ~Win32CDDrive()

Win32CDDrive::~Win32CDDrive ( )
virtual

Definition at line 120 of file Win32CDManager.cpp.

Member Function Documentation

◆ refreshInfo()

void Win32CDDrive::refreshInfo ( void )
virtual

Update drive with least.

Reimplemented from CDDrive.

Definition at line 129 of file Win32CDManager.cpp.


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