#include <mythhdd.h>

Definition at line 6 of file mythhdd.h.
Public Member Functions | |
| MythHDD (QObject *par, const char *DevicePath, bool SuperMount, bool AllowEject) | |
| Creates a new instance of a hard disc device. | |
| virtual MediaStatus | checkMedia (void) |
| Checks the status of this media device. | |
Static Public Member Functions | |
| static MythHDD * | Get (QObject *par, const char *devicePath, bool SuperMount, bool AllowEject) |
| Helper function used to create a new instance of a hard disk device. | |
Creates a new instance of a hard disc device.
| DevicePath | path to the device special file representing the device. |
Definition at line 21 of file mythhdd.cpp.
Referenced by Get().
| MediaStatus MythHDD::checkMedia | ( | void | ) | [virtual] |
Checks the status of this media device.
Implements MythMediaDevice.
Definition at line 32 of file mythhdd.cpp.
| MythHDD * MythHDD::Get | ( | QObject * | par, | |
| const char * | devicePath, | |||
| bool | SuperMount, | |||
| bool | AllowEject | |||
| ) | [static] |
Helper function used to create a new instance of a hard disk device.
| devicePath | path to the device special file representing the device. |
Definition at line 10 of file mythhdd.cpp.
Referenced by MonitorThreadDarwin::diskInsert(), MediaMonitorUnix::FindPartitions(), and MediaMonitorWindows::MediaMonitorWindows().
1.5.5