KDevelop API Documentation

IndexTreeData Class Reference

#include <doctreeviewwidget.h>

Collaboration diagram for IndexTreeData:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IndexTreeData (const QString &text, const QString &parent, const QString &filename)
void setVisible (bool v)
bool isVisible ()
QString text ()
QString fileName ()
QString parent ()

Private Attributes

QString m_text
QString m_parent
QString m_filename
bool m_visible

Constructor & Destructor Documentation

IndexTreeData::IndexTreeData const QString text,
const QString parent,
const QString filename
 

Definition at line 67 of file doctreeviewwidget.cpp.

References text().


Member Function Documentation

QString IndexTreeData::fileName  )  [inline]
 

Definition at line 57 of file doctreeviewwidget.h.

Referenced by ChooseDlg::setList().

bool IndexTreeData::isVisible  )  [inline]
 

Definition at line 55 of file doctreeviewwidget.h.

Referenced by DocTreeViewWidget::filterMultiReferences(), and DocTreeViewWidget::slotIndexModeCheckClicked().

QString IndexTreeData::parent  )  [inline]
 

Definition at line 58 of file doctreeviewwidget.h.

Referenced by ChooseDlg::setList(), DocTreeViewWidget::slotIndexItemExecuted(), and DocTreeViewWidget::slotIndexModeCheckClicked().

void IndexTreeData::setVisible bool  v  )  [inline]
 

Definition at line 53 of file doctreeviewwidget.h.

Referenced by DocTreeViewWidget::filterMultiReferences().

QString IndexTreeData::text  )  [inline]
 

Definition at line 56 of file doctreeviewwidget.h.

Referenced by DocTreeViewWidget::filterMultiReferences(), DocTreeViewWidget::slotIndexItemExecuted(), and DocTreeViewWidget::slotIndexModeCheckClicked().


Member Data Documentation

QString IndexTreeData::m_filename [private]
 

Definition at line 63 of file doctreeviewwidget.h.

QString IndexTreeData::m_parent [private]
 

Definition at line 62 of file doctreeviewwidget.h.

QString IndexTreeData::m_text [private]
 

Definition at line 61 of file doctreeviewwidget.h.

bool IndexTreeData::m_visible [private]
 

Definition at line 64 of file doctreeviewwidget.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:43:35 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003