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, ScopeItem(), and text(). Referenced by ScopeItem(). |
|
Definition at line 17 of file filepropertydlg.cpp. References m_excludeList, m_initialMode, ScopeItem(), and text(). |
Member Function Documentation
|
Definition at line 40 of file filepropertydlg.cpp. References excludeFromScope(), and m_excludeList. Referenced by excludeFromScope(), and FilePropertyDlg::getExcludedScopes(). |
|
Definition at line 30 of file filepropertydlg.h. References m_scopeString. 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, and setScopeString(). Referenced by FilePropertyDlg::createScopeTree(), and setScopeString(). |
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 getScopeString(), and setScopeString(). |
The documentation for this class was generated from the following files:
- buildtools/qmake/filepropertydlg.h
- buildtools/qmake/filepropertydlg.cpp