ProjectItem Class Reference
Base class for all items appearing in ProjectOverview and ProjectDetails. More...
#include <autolistviewitems.h>
Inheritance diagram for ProjectItem:


Public Types | |
enum | Type { Subproject, Target, File } |
Public Member Functions | |
ProjectItem (Type type, QListView *parent, const QString &text) | |
Class ProjectItem. | |
ProjectItem (Type type, ProjectItem *parent, const QString &text) | |
void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int alignment) |
void | setBold (bool b) |
bool | isBold () const |
Type | type () |
Private Attributes | |
Type | typ |
bool | bld |
Detailed Description
Base class for all items appearing in ProjectOverview and ProjectDetails.
Definition at line 29 of file autolistviewitems.h.
Member Enumeration Documentation
|
Definition at line 32 of file autolistviewitems.h. Referenced by type(). |
Constructor & Destructor Documentation
|
Class ProjectItem.
Definition at line 30 of file autolistviewitems.cpp. |
|
Definition at line 37 of file autolistviewitems.cpp. |
Member Function Documentation
|
Definition at line 41 of file autolistviewitems.h. Referenced by paintCell(). |
|
Definition at line 44 of file autolistviewitems.cpp. References isBold(). |
|
Definition at line 39 of file autolistviewitems.h. References bld. Referenced by AutoProjectWidget::setActiveTarget(). |
|
Member Data Documentation
|
Definition at line 48 of file autolistviewitems.h. Referenced by ProjectItem(), and setBold(). |
|
Definition at line 47 of file autolistviewitems.h. |
The documentation for this class was generated from the following files:
- buildtools/autotools/autolistviewitems.h
- buildtools/autotools/autolistviewitems.cpp