KDevelop API Documentation

ScopeItem Class Reference

#include <filepropertydlg.h>

Inheritance diagram for ScopeItem:

QCheckListItem List of all members.

Public Member Functions

 ScopeItem (QCheckListItem *parent, const QString &text, QStringList *excludeList, bool initialMode)
 ScopeItem (QListView *parent, const QString &text, QStringList *excludeList, bool initialMode)
QStringgetScopeString ()
void setScopeString (const QString &scopeString)
void excludeFromScope (const QString &fileName, bool b)
bool isDirty ()

Private Attributes

QStringListm_excludeList
QString m_scopeString
bool m_initialMode

Constructor & Destructor Documentation

ScopeItem::ScopeItem QCheckListItem parent,
const QString text,
QStringList excludeList,
bool  initialMode
 

Definition at line 25 of file filepropertydlg.cpp.

References m_excludeList, m_initialMode, ScopeItem(), and text().

Referenced by ScopeItem().

ScopeItem::ScopeItem QListView parent,
const QString text,
QStringList excludeList,
bool  initialMode
 

Definition at line 17 of file filepropertydlg.cpp.

References m_excludeList, m_initialMode, ScopeItem(), and text().


Member Function Documentation

void ScopeItem::excludeFromScope const QString fileName,
bool  b
 

Definition at line 40 of file filepropertydlg.cpp.

References excludeFromScope(), and m_excludeList.

Referenced by excludeFromScope(), and FilePropertyDlg::getExcludedScopes().

QString& ScopeItem::getScopeString  )  [inline]
 

Definition at line 30 of file filepropertydlg.h.

References m_scopeString.

Referenced by FilePropertyDlg::getExcludedScopes().

bool ScopeItem::isDirty  ) 
 

Definition at line 33 of file filepropertydlg.cpp.

References m_initialMode.

Referenced by FilePropertyDlg::getExcludedScopes().

void ScopeItem::setScopeString const QString scopeString  )  [inline]
 

Definition at line 31 of file filepropertydlg.h.

References m_scopeString, and setScopeString().

Referenced by FilePropertyDlg::createScopeTree(), and setScopeString().


Member Data Documentation

QStringList* ScopeItem::m_excludeList [private]
 

Definition at line 36 of file filepropertydlg.h.

Referenced by excludeFromScope(), and ScopeItem().

bool ScopeItem::m_initialMode [private]
 

Definition at line 38 of file filepropertydlg.h.

Referenced by isDirty(), and ScopeItem().

QString ScopeItem::m_scopeString [private]
 

Definition at line 37 of file filepropertydlg.h.

Referenced by getScopeString(), and setScopeString().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:29 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003