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


Public Types | |
enum | Type { Subproject, Group, File } |
Public Member Functions | |
qProjectItem (Type type, QListView *parent, const QString &text) | |
qProjectItem (Type type, qProjectItem *parent, const QString &text) | |
Type | type () |
Public Attributes | |
QString | scopeString |
Private Member Functions | |
void | init () |
Private Attributes | |
Type | typ |
Detailed Description
Base class for all items appearing in ProjectOverview and ProjectDetails.
Definition at line 88 of file trollprojectwidget.h.
Member Enumeration Documentation
|
Definition at line 91 of file trollprojectwidget.h. Referenced by type(). |
Constructor & Destructor Documentation
|
Definition at line 78 of file trollprojectwidget.cpp. References text(). |
|
Definition at line 83 of file trollprojectwidget.cpp. References text(). |
Member Function Documentation
|
Reimplemented in SubqmakeprojectItem. |
|
Member Data Documentation
|
|
Definition at line 101 of file trollprojectwidget.h. |
The documentation for this class was generated from the following files:
- buildtools/qmake/trollprojectwidget.h
- buildtools/qmake/trollprojectwidget.cpp