#include <YQPkgDiskUsageList.h>
Inheritance diagram for YQPkgDiskUsageListItem:

Public Member Functions | |
| YQPkgDiskUsageListItem (YQPkgDiskUsageList *parent, YQPkgDuData duData) | |
| virtual | ~YQPkgDiskUsageListItem () |
| YQPkgDuData | duData () const |
| void | updateDuData (const YQPkgDuData &fromData) |
| virtual FSize | usedSize () const |
| virtual FSize | totalSize () const |
| virtual QString | name () const |
| virtual QString | deviceName () const |
| void | checkRemainingDiskSpace () |
Protected Attributes | |
| YQPkgDuData | _duData |
| YQPkgDiskUsageList * | _pkgDiskUsageList |
|
||||||||||||
|
Constructor. Creates a YQPkgDiskUsageList item that corresponds to the specified file system. |
|
|
Destructor. |
|
|
Check the remaining disk space of this partition based on percentage and absolute free MB. Notify the parent YQPkgDiskUsageList's warning ranges accordingly. |
|
|
The device name of this partition. Reimplemented from QY2DiskUsageListItem. Reimplemented from QY2DiskUsageListItem. |
|
|
Returns the corresponding disk usage data. |
|
|
The name to display for this partition ( the mount point ). Reimplemented from QY2DiskUsageListItem. Implements QY2DiskUsageListItem. |
|
|
The total size of this partition. Reimplemented from QY2DiskUsageListItem. Implements QY2DiskUsageListItem. |
|
|
Update the disk usage data. |
|
|
The currently used size of this partition. Reimplemented from QY2DiskUsageListItem. Implements QY2DiskUsageListItem. |
|
|
|
|
|
|
1.4.4