libyui-qt  2.43.5
 All Classes Functions Variables
YQTableListViewItem Class Reference

#include <YQTable.h>

Inheritance diagram for YQTableListViewItem:
QY2ListViewItem

Public Member Functions

 YQTableListViewItem (YQTable *table, QY2ListView *parent, YTableItem *origItem)
 
YQTabletable () 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
 

Detailed Description

Visual representation of a YTableItem.

Definition at line 196 of file YQTable.h.

Constructor & Destructor Documentation

YQTableListViewItem::YQTableListViewItem ( YQTable table,
QY2ListView parent,
YTableItem *  origItem 
)

Constructor.

Definition at line 414 of file YQTable.cc.

Member Function Documentation

YTableItem* YQTableListViewItem::origItem ( ) const
inline

Return the corresponding YTableItem.

Definition at line 215 of file YQTable.h.

YQTable* YQTableListViewItem::table ( ) const
inline

Return the parent table widget.

Definition at line 210 of file YQTable.h.

void YQTableListViewItem::updateCell ( const YTableCell *  cell)

Update this item's display with the content of 'cell'.

Definition at line 436 of file YQTable.cc.


The documentation for this class was generated from the following files: