libyui-qt
2.47.1.1
|
Helper class for wizard tree item. More...
#include <YQWizard.h>
Public Member Functions | |
TreeItem (QY2ListView *parent, const QString &text, const QString &id) | |
TreeItem (YQWizard::TreeItem *parent, const QString &text, const QString &id) | |
virtual QString | text (int index) const |
QString | text () const |
QString | id () const |
![]() | |
QY2ListViewItem (QY2ListView *parentListView, const QString &text=QString::null) | |
Constructor for toplevel items. | |
QY2ListViewItem (QTreeWidgetItem *parentItem, const QString &text=QString::null) | |
Constructor for deeper level items. | |
virtual | ~QY2ListViewItem () |
Destructor. | |
virtual void | updateStatus () |
Update this item's status. More... | |
virtual void | updateData () |
Update this item's data completely. More... | |
virtual bool | operator< (const QTreeWidgetItem &other) const |
Comparison function used for sorting the list. More... | |
int | serial () const |
Return this item's serial number. More... | |
virtual QString | toolTip (int column) |
Returns a tool tip text for a specific column of this item. More... | |
Additional Inherited Members | |
![]() | |
int | _serial |
QColor | _textColor |
QColor | _backgroundColor |
Helper class for wizard tree item.
Definition at line 703 of file YQWizard.h.