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 28 of file autolistviewitems.h.
Member Enumeration Documentation
|
Definition at line 31 of file autolistviewitems.h. Referenced by type(). |
Constructor & Destructor Documentation
|
Class ProjectItem.
Definition at line 25 of file autolistviewitems.cpp. References bld, ProjectItem(), and text(). Referenced by ProjectItem(). |
|
Definition at line 32 of file autolistviewitems.cpp. References bld, ProjectItem(), and text(). |
Member Function Documentation
|
Definition at line 40 of file autolistviewitems.h. References bld. Referenced by paintCell(). |
|
Definition at line 39 of file autolistviewitems.cpp. References isBold(), and paintCell(). Referenced by paintCell(). |
|
Definition at line 38 of file autolistviewitems.h. References bld, and setBold(). Referenced by AutoProjectWidget::setActiveTarget(), and setBold(). |
|
Member Data Documentation
|
Definition at line 47 of file autolistviewitems.h. Referenced by isBold(), ProjectItem(), and setBold(). |
|
Definition at line 46 of file autolistviewitems.h. Referenced by type(). |
The documentation for this class was generated from the following files:
- buildtools/autotools/autolistviewitems.h
- buildtools/autotools/autolistviewitems.cpp