|
libyui-qt
2.44.0
|
#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 |
Public Member Functions inherited from QY2ListViewItem | |
| QY2ListViewItem (QY2ListView *parentListView, const QString &text=QString::null) | |
| QY2ListViewItem (QTreeWidgetItem *parentItem, const QString &text=QString::null) | |
| virtual | ~QY2ListViewItem () |
| virtual void | updateStatus () |
| virtual void | updateData () |
| virtual bool | operator< (const QTreeWidgetItem &other) const |
| int | serial () const |
| virtual QString | toolTip (int column) |
Additional Inherited Members | |
Protected Attributes inherited from QY2ListViewItem | |
| int | _serial |
| QColor | _textColor |
| QColor | _backgroundColor |
Helper class for wizard tree item
Definition at line 688 of file YQWizard.h.