libyui-mga-qt
1.0.5
|
Visual representation of a YCBTableItem. More...
#include <YMGA_QCBTable.h>
Public Member Functions | |
YMGA_QCBTableListViewItem (YMGA_QCBTable *table, QY2ListView *parent, YCBTableItem *origItem) | |
Constructor. | |
YMGA_QCBTable * | table () const |
Return the parent table widget. | |
YCBTableItem * | origItem () const |
Return the corresponding YCBTableItem. | |
void | updateCell (const YTableCell *cell) |
Update this item's display with the content of 'cell'. | |
Protected Attributes | |
YMGA_QCBTable * | _table |
YCBTableItem * | _origItem |
Visual representation of a YCBTableItem.
Definition at line 212 of file YMGA_QCBTable.h.