kpilot
RichListViewItem Class Reference
#include <listCat.h>
Inheritance diagram for RichListViewItem:
Public Member Functions | |
bool | isRich (int c) const |
virtual void | paintCell (QPainter *, const QColorGroup &, int column, int width, int alignment) |
RichListViewItem (QListViewItem *parent, QString, int) | |
void | setRich (int c, bool b) |
virtual void | setup () |
virtual | ~RichListViewItem () |
Protected Member Functions | |
void | computeHeight (int c) |
Protected Attributes | |
int | fColumns |
bool * | fIsRich |
QRect * | fRect |
Detailed Description
Definition at line 200 of file listCat.h.
Constructor & Destructor Documentation
RichListViewItem::RichListViewItem | ( | QListViewItem * | parent, | |
QString | l, | |||
int | c | |||
) |
Definition at line 188 of file listCat.cc.
RichListViewItem::~RichListViewItem | ( | ) | [virtual] |
Definition at line 205 of file listCat.cc.
Member Function Documentation
void RichListViewItem::computeHeight | ( | int | c | ) | [protected] |
Definition at line 213 of file listCat.cc.
void RichListViewItem::paintCell | ( | QPainter * | p, | |
const QColorGroup & | gc, | |||
int | column, | |||
int | width, | |||
int | alignment | |||
) | [virtual] |
void RichListViewItem::setup | ( | ) | [virtual] |
Member Data Documentation
int RichListViewItem::fColumns [protected] |
bool* RichListViewItem::fIsRich [protected] |
QRect* RichListViewItem::fRect [protected] |
The documentation for this class was generated from the following files: