#include <sysinfo.h>
Inheritance diagram for HDDInfo:
Public Member Functions | |
bool | init () |
void | timer () |
void | setPartition (const QStringList &partNames) |
QStringList | partitions () |
Properties | |
QStringList | partition [] |
Private Attributes | |
QString | m_devName |
QStringList | m_partNames |
bool HDDInfo::init | ( | ) | [virtual] |
Reimplemented from AbstractSysInfo.
QStringList HDDInfo::partitions | ( | ) | [inline] |
void HDDInfo::setPartition | ( | const QStringList & | partNames | ) | [inline] |
void HDDInfo::timer | ( | ) | [virtual] |
Reimplemented from PluginInterface.
QString HDDInfo::m_devName [private] |
QStringList HDDInfo::m_partNames [private] |
QStringList HDDInfo::partition [read, write] |