kpilot

RichListViewItem Class Reference

#include <listCat.h>

Inheritance diagram for RichListViewItem:

List of all members.


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
QRectfRect

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.

bool RichListViewItem::isRich ( int  c  )  const [inline]

Definition at line 216 of file listCat.h.

void RichListViewItem::paintCell ( QPainter p,
const QColorGroup gc,
int  column,
int  width,
int  alignment 
) [virtual]

Reimplemented from QListViewItem.

Definition at line 246 of file listCat.cc.

void RichListViewItem::setRich ( int  c,
bool  b 
) [inline]

Definition at line 217 of file listCat.h.

void RichListViewItem::setup (  )  [virtual]

Reimplemented from QListViewItem.

Definition at line 228 of file listCat.cc.


Member Data Documentation

int RichListViewItem::fColumns [protected]

Definition at line 225 of file listCat.h.

bool* RichListViewItem::fIsRich [protected]

Definition at line 223 of file listCat.h.

Definition at line 224 of file listCat.h.


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