KDevelop API Documentation

ChooseDlg Class Reference

#include <choosedlg.h>

Inheritance diagram for ChooseDlg:

Inheritance graph
[legend]
Collaboration diagram for ChooseDlg:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ChooseDlg (QWidget *parent=0, const char *name=0, DocTreeViewPart *part=0)
 ~ChooseDlg ()
void setList (const QPtrList< IndexTreeData > *list)

Private Slots

void slotItemExecuted (QListViewItem *item)

Private Attributes

KListViewlv
DocTreeViewPartm_part

Constructor & Destructor Documentation

ChooseDlg::ChooseDlg QWidget parent = 0,
const char *  name = 0,
DocTreeViewPart part = 0
 

Definition at line 38 of file choosedlg.cpp.

References KListView::addColumn(), QBoxLayout::addWidget(), lv, and slotItemExecuted().

ChooseDlg::~ChooseDlg  ) 
 

Definition at line 59 of file choosedlg.cpp.


Member Function Documentation

void ChooseDlg::setList const QPtrList< IndexTreeData > *  list  ) 
 

Definition at line 62 of file choosedlg.cpp.

References IndexTreeData::fileName(), lv, and IndexTreeData::parent().

Referenced by DocTreeViewWidget::slotIndexItemExecuted().

void ChooseDlg::slotItemExecuted QListViewItem item  )  [private, slot]
 

Definition at line 77 of file choosedlg.cpp.

References KDevMainWindow::lowerView(), m_part, KDevPlugin::mainWindow(), KDevPlugin::partController(), and KDevPartController::showDocument().

Referenced by ChooseDlg().


Member Data Documentation

KListView* ChooseDlg::lv [private]
 

Definition at line 39 of file choosedlg.h.

Referenced by ChooseDlg(), and setList().

DocTreeViewPart* ChooseDlg::m_part [private]
 

Definition at line 40 of file choosedlg.h.

Referenced by slotItemExecuted().


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 Wed Mar 23 00:20:03 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003