|
libyui-qt
2.44.0
|
#include <QY2DiskUsageList.h>


Public Member Functions | |
| QY2DiskUsageList (QWidget *parent, bool addStdColumns=true) | |
| virtual | ~QY2DiskUsageList () |
| int | nameCol () const |
| int | percentageBarCol () const |
| int | usedSizeCol () const |
| int | freeSizeCol () const |
| int | totalSizeCol () const |
| int | deviceNameCol () const |
| virtual void | drawRow (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QTreeWidgetItem * | itemFromIndex (const QModelIndex &index) const |
Public Member Functions inherited from QY2ListView | |
| QY2ListView (QWidget *parent) | |
| virtual | ~QY2ListView () |
| virtual QString | toolTip (QTreeWidgetItem *item, int column) |
| bool | sortByInsertionSequence () const |
| virtual void | setSortByInsertionSequence (bool sortByInsertionSequence) |
| int | nextSerial () |
| virtual QSize | minimumSizeHint () const |
| virtual bool | eventFilter (QObject *obj, QEvent *event) |
Protected Attributes | |
| int | _nameCol |
| int | _percentageBarCol |
| int | _usedSizeCol |
| int | _freeSizeCol |
| int | _totalSizeCol |
| int | _deviceNameCol |
Protected Attributes inherited from QY2ListView | |
| QTreeWidgetItem * | _mousePressedItem |
| int | _mousePressedCol |
| int | _mousePressedButton |
| std::vector< int > | _savedColumnWidth |
| bool | _sortByInsertionSequence |
| int | _nextSerial |
| QY2ListViewToolTip * | _toolTip |
| bool | _mouseButton1PressedInHeader |
| bool | _finalSizeChangeExpected |
Additional Inherited Members | |
Public Slots inherited from QY2ListView | |
| virtual void | selectSomething () |
| virtual void | clear () |
| void | updateItemStates () |
| void | updateItemData () |
| void | saveColumnWidths () |
| void | restoreColumnWidths () |
Signals inherited from QY2ListView | |
| void | columnClicked (int button, QTreeWidgetItem *item, int col, const QPoint &pos) |
| void | columnDoubleClicked (int button, QTreeWidgetItem *item, int col, const QPoint &pos) |
Protected Slots inherited from QY2ListView | |
| void | columnWidthChanged (int col, int oldSize, int newSize) |
| void | treeExpanded (QTreeWidgetItem *listViewItem) |
| void | treeCollapsed (QTreeWidgetItem *listViewItem) |
Protected Member Functions inherited from QY2ListView | |
| virtual void | mousePressEvent (QMouseEvent *e) |
| virtual void | mouseReleaseEvent (QMouseEvent *) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *) |
Generic scrollable list of disk usage for any number of partitions.
Definition at line 42 of file QY2DiskUsageList.h.
| QY2DiskUsageList::QY2DiskUsageList | ( | QWidget * | parent, |
| bool | addStdColumns = true |
||
| ) |
Constructor.
Adds a standard set of list columns if 'addStdColumns' is 'true'. Otherwise the caller is responsible for adding any columns.
Definition at line 160 of file QY2DiskUsageList.cc.

|
virtual |
Destructor
Definition at line 205 of file QY2DiskUsageList.cc.