GenericListViewItem Class Reference
#include <genericlistviewitem.h>
Inheritance diagram for GenericListViewItem:

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 BuildBaseItem * | buildItem () const |
Protected Attributes | |
bool | m_bold |
BuildBaseItem * | m_buildItem |
Constructor & Destructor Documentation
|
Definition at line 23 of file genericlistviewitem.cpp. References GenericListViewItem(), and text(). Referenced by GenericListViewItem(). |
|
Definition at line 28 of file genericlistviewitem.cpp. References GenericListViewItem(), and text(). |
|
Definition at line 33 of file genericlistviewitem.cpp. |
Member Function Documentation
|
Definition at line 37 of file genericlistviewitem.cpp. References m_buildItem. Referenced by GenericProjectWidget::slotConfigureFile(), GenericProjectWidget::slotConfigureGroup(), and GenericProjectWidget::slotConfigureTarget(). |
|
Definition at line 31 of file genericlistviewitem.h. References m_bold. Referenced by paintCell(). |
|
Reimplemented from KListViewItem. Definition at line 48 of file genericlistviewitem.cpp. References isBold(), and paintCell(). Referenced by paintCell(). |
|
Definition at line 42 of file genericlistviewitem.cpp. References m_bold, and setBold(). Referenced by setBold(). |
Member Data Documentation
|
Definition at line 38 of file genericlistviewitem.h. |
|
Definition at line 40 of file genericlistviewitem.h. Referenced by buildItem(). |
The documentation for this class was generated from the following files:
- buildtools/generic/genericlistviewitem.h
- buildtools/generic/genericlistviewitem.cpp