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


Public Member Functions | |
| YQTableListViewItem (YQTable *table, QY2ListView *parent, YTableItem *origItem) | |
| YQTable * | table () const |
| YTableItem * | origItem () const |
| void | updateCell (const YTableCell *cell) |
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) |
Protected Attributes | |
| YQTable * | _table |
| YTableItem * | _origItem |
Protected Attributes inherited from QY2ListViewItem | |
| int | _serial |
| QColor | _textColor |
| QColor | _backgroundColor |
| YQTableListViewItem::YQTableListViewItem | ( | YQTable * | table, |
| QY2ListView * | parent, | ||
| YTableItem * | origItem | ||
| ) |
|
inline |
|
inline |
| void YQTableListViewItem::updateCell | ( | const YTableCell * | cell | ) |
Update this item's display with the content of 'cell'.
Definition at line 436 of file YQTable.cc.