libyui-qt
2.43.5
|
#include <YQTable.h>
Public Member Functions | |
YQTableListViewItem (YQTable *table, QY2ListView *parent, YTableItem *origItem) | |
YQTable * | table () const |
YTableItem * | origItem () const |
void | updateCell (const YTableCell *cell) |
![]() | |
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 |
![]() | |
int | _serial |
QColor | _textColor |
QColor | _backgroundColor |
YQTableListViewItem::YQTableListViewItem | ( | YQTable * | table, |
QY2ListView * | parent, | ||
YTableItem * | origItem | ||
) |
Constructor.
Definition at line 414 of file YQTable.cc.
|
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.