libyui-qt  2.43.5
YQTableListViewItem Class Reference

#include <YQTable.h>

Inheritance diagram for YQTableListViewItem:
Collaboration diagram for YQTableListViewItem:

List of all members.

Public Member Functions

 YQTableListViewItem (YQTable *table, QY2ListView *parent, YTableItem *origItem)
YQTabletable () const
YTableItem * origItem () const
void updateCell (const YTableCell *cell)

Protected Attributes

YQTable_table
YTableItem * _origItem

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.

Here is the call graph for this function:


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:
 All Classes Functions Variables