KDevelop API Documentation

IndexTreeData Class Reference

#include <doctreeviewwidget.h>

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 64 of file doctreeviewwidget.cpp.

References IndexTreeData(), and text().

Referenced by IndexTreeData().


Member Function Documentation

QString IndexTreeData::fileName  )  [inline]
 

Definition at line 57 of file doctreeviewwidget.h.

References m_filename.

Referenced by ChooseDlg::setList().

bool IndexTreeData::isVisible  )  [inline]
 

Definition at line 55 of file doctreeviewwidget.h.

References m_visible.

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

QString IndexTreeData::parent  )  [inline]
 

Definition at line 58 of file doctreeviewwidget.h.

References m_parent.

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

void IndexTreeData::setVisible bool  v  )  [inline]
 

Definition at line 53 of file doctreeviewwidget.h.

References m_visible, and setVisible().

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

QString IndexTreeData::text  )  [inline]
 

Definition at line 56 of file doctreeviewwidget.h.

References m_text.

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.

Referenced by fileName().

QString IndexTreeData::m_parent [private]
 

Definition at line 62 of file doctreeviewwidget.h.

Referenced by parent().

QString IndexTreeData::m_text [private]
 

Definition at line 61 of file doctreeviewwidget.h.

Referenced by text().

bool IndexTreeData::m_visible [private]
 

Definition at line 64 of file doctreeviewwidget.h.

Referenced by isVisible(), and setVisible().


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:25 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003