|
libyui-qt-pkg
2.47.5
|


Public Member Functions | |
| YQPkgDiskUsageListItem (YQPkgDiskUsageList *parent, const ZyppPartitionDu &partitionDu) | |
| Constructor. More... | |
| virtual | ~YQPkgDiskUsageListItem () |
| Destructor. | |
| ZyppPartitionDu | partitionDu () const |
| Returns the corresponding disk usage data. | |
| void | updateDuData (const ZyppPartitionDu &fromData) |
| Update the disk usage data. | |
| virtual FSize | usedSize () const |
| The currently used size of this partition. More... | |
| virtual FSize | totalSize () const |
| The total size of this partition. More... | |
| virtual QString | name () const |
| The name to display for this partition ( the mount point ). More... | |
| virtual QString | deviceName () const |
| The device name of this partition. More... | |
| void | checkRemainingDiskSpace () |
| Check the remaining disk space of this partition based on percentage and absolute free MB. More... | |
Protected Attributes | |
| ZyppPartitionDu | _partitionDu |
| YQPkgDiskUsageList * | _pkgDiskUsageList |
Definition at line 219 of file YQPkgDiskUsageList.h.
| YQPkgDiskUsageListItem::YQPkgDiskUsageListItem | ( | YQPkgDiskUsageList * | parent, |
| const ZyppPartitionDu & | partitionDu | ||
| ) |
Constructor.
Creates a YQPkgDiskUsageList item that corresponds to the specified file system.
Definition at line 284 of file YQPkgDiskUsageList.cc.

| void YQPkgDiskUsageListItem::checkRemainingDiskSpace | ( | ) |
Check the remaining disk space of this partition based on percentage and absolute free MB.
Notify the parent YQPkgDiskUsageList's warning ranges accordingly.
Definition at line 327 of file YQPkgDiskUsageList.cc.

|
inlinevirtual |
The device name of this partition.
Reimplemented from QY2DiskUsageListItem.
Definition at line 271 of file YQPkgDiskUsageList.h.
|
virtual |
The name to display for this partition ( the mount point ).
Reimplemented from QY2DiskUsageListItem.
Definition at line 311 of file YQPkgDiskUsageList.cc.
|
virtual |
The total size of this partition.
Reimplemented from QY2DiskUsageListItem.
Definition at line 303 of file YQPkgDiskUsageList.cc.
|
virtual |
The currently used size of this partition.
Reimplemented from QY2DiskUsageListItem.
Definition at line 295 of file YQPkgDiskUsageList.cc.