IndexTreeData Class Reference
#include <doctreeviewwidget.h>
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
|
Definition at line 64 of file doctreeviewwidget.cpp. References IndexTreeData(), and text(). Referenced by IndexTreeData(). |
Member Function Documentation
|
Definition at line 57 of file doctreeviewwidget.h. References m_filename. Referenced by ChooseDlg::setList(). |
|
Definition at line 55 of file doctreeviewwidget.h. References m_visible. Referenced by DocTreeViewWidget::filterMultiReferences(), and DocTreeViewWidget::slotIndexModeCheckClicked(). |
|
Definition at line 58 of file doctreeviewwidget.h. References m_parent. Referenced by ChooseDlg::setList(), DocTreeViewWidget::slotIndexItemExecuted(), and DocTreeViewWidget::slotIndexModeCheckClicked(). |
|
Definition at line 53 of file doctreeviewwidget.h. References m_visible, and setVisible(). Referenced by DocTreeViewWidget::filterMultiReferences(), and setVisible(). |
|
Definition at line 56 of file doctreeviewwidget.h. References m_text. Referenced by DocTreeViewWidget::filterMultiReferences(), DocTreeViewWidget::slotIndexItemExecuted(), and DocTreeViewWidget::slotIndexModeCheckClicked(). |
Member Data Documentation
|
Definition at line 63 of file doctreeviewwidget.h. Referenced by fileName(). |
|
Definition at line 62 of file doctreeviewwidget.h. Referenced by parent(). |
|
Definition at line 61 of file doctreeviewwidget.h. Referenced by text(). |
|
Definition at line 64 of file doctreeviewwidget.h. Referenced by isVisible(), and setVisible(). |
The documentation for this class was generated from the following files:
- parts/doctreeview/doctreeviewwidget.h
- parts/doctreeview/doctreeviewwidget.cpp