ScopeItem Class Reference
#include <filepropertydlg.h>
Inheritance diagram for ScopeItem:


Public Member Functions | |
ScopeItem (QCheckListItem *parent, const QString &text, QStringList *excludeList, bool initialMode) | |
ScopeItem (QListView *parent, const QString &text, QStringList *excludeList, bool initialMode) | |
QString & | getScopeString () |
void | setScopeString (const QString &scopeString) |
void | excludeFromScope (const QString &fileName, bool b) |
bool | isDirty () |
Private Attributes | |
QStringList * | m_excludeList |
QString | m_scopeString |
bool | m_initialMode |
Constructor & Destructor Documentation
|
Definition at line 25 of file filepropertydlg.cpp. References m_excludeList, m_initialMode, and text(). |
|
Definition at line 17 of file filepropertydlg.cpp. References m_excludeList, m_initialMode, and text(). |
Member Function Documentation
|
Definition at line 40 of file filepropertydlg.cpp. References m_excludeList. Referenced by FilePropertyDlg::getExcludedScopes(). |
|
Definition at line 30 of file filepropertydlg.h. Referenced by FilePropertyDlg::getExcludedScopes(). |
|
Definition at line 33 of file filepropertydlg.cpp. References m_initialMode. Referenced by FilePropertyDlg::getExcludedScopes(). |
|
Definition at line 31 of file filepropertydlg.h. References m_scopeString. Referenced by FilePropertyDlg::createScopeTree(). |
Member Data Documentation
|
Definition at line 36 of file filepropertydlg.h. Referenced by excludeFromScope(), and ScopeItem(). |
|
Definition at line 38 of file filepropertydlg.h. Referenced by isDirty(), and ScopeItem(). |
|
Definition at line 37 of file filepropertydlg.h. Referenced by setScopeString(). |
The documentation for this class was generated from the following files:
- buildtools/qmake/filepropertydlg.h
- buildtools/qmake/filepropertydlg.cpp