KDevelop API Documentation

GenericListViewItem Class Reference

#include <genericlistviewitem.h>

Inheritance diagram for GenericListViewItem:

KListViewItem QListViewItem GenericFileListViewItem GenericGroupListViewItem GenericTargetListViewItem List of all members.

Public Member Functions

 GenericListViewItem (bool bold, QListView *parent, const QString &text)
 GenericListViewItem (bool bold, QListViewItem *parent, const QString &text)
virtual ~GenericListViewItem ()
bool isBold () const
void setBold (bool b)
virtual void paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int alignment)
virtual BuildBaseItembuildItem () const

Protected Attributes

bool m_bold
BuildBaseItemm_buildItem

Constructor & Destructor Documentation

GenericListViewItem::GenericListViewItem bool  bold,
QListView parent,
const QString text
 

Definition at line 23 of file genericlistviewitem.cpp.

References GenericListViewItem(), and text().

Referenced by GenericListViewItem().

GenericListViewItem::GenericListViewItem bool  bold,
QListViewItem parent,
const QString text
 

Definition at line 28 of file genericlistviewitem.cpp.

References GenericListViewItem(), and text().

GenericListViewItem::~GenericListViewItem  )  [virtual]
 

Definition at line 33 of file genericlistviewitem.cpp.


Member Function Documentation

BuildBaseItem * GenericListViewItem::buildItem  )  const [virtual]
 

Definition at line 37 of file genericlistviewitem.cpp.

References m_buildItem.

Referenced by GenericProjectWidget::slotConfigureFile(), GenericProjectWidget::slotConfigureGroup(), and GenericProjectWidget::slotConfigureTarget().

bool GenericListViewItem::isBold  )  const [inline]
 

Definition at line 31 of file genericlistviewitem.h.

References m_bold.

Referenced by paintCell().

void GenericListViewItem::paintCell QPainter p,
const QColorGroup cg,
int  column,
int  width,
int  alignment
[virtual]
 

Reimplemented from KListViewItem.

Definition at line 48 of file genericlistviewitem.cpp.

References isBold(), and paintCell().

Referenced by paintCell().

void GenericListViewItem::setBold bool  b  ) 
 

Definition at line 42 of file genericlistviewitem.cpp.

References m_bold, and setBold().

Referenced by setBold().


Member Data Documentation

bool GenericListViewItem::m_bold [protected]
 

Definition at line 38 of file genericlistviewitem.h.

Referenced by isBold(), and setBold().

BuildBaseItem* GenericListViewItem::m_buildItem [protected]
 

Definition at line 40 of file genericlistviewitem.h.

Referenced by buildItem().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:25 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003