IndexView Class Reference
#include <indexview.h>
Inheritance diagram for IndexView:


Public Slots | |
void | searchInIndex () |
void | setSearchTerm (const QString &term) |
void | askSearchTerm () |
Public Member Functions | |
IndexView (DocumentationWidget *parent=0, const char *name=0) | |
~IndexView () | |
virtual bool | eventFilter (QObject *watched, QEvent *e) |
IndexBox * | indexBox () const |
Protected Slots | |
void | searchInIndex (QListBoxItem *item) |
void | showIndex (const QString &term) |
void | itemMouseButtonPressed (int button, QListBoxItem *item, const QPoint &pos) |
Protected Member Functions | |
virtual void | focusInEvent (QFocusEvent *e) |
Private Attributes | |
DocumentationWidget * | m_widget |
IndexBox * | m_index |
KLineEdit * | m_edit |
Friends | |
class | FindDocumentation |
Constructor & Destructor Documentation
|
Definition at line 41 of file indexview.cpp. References itemMouseButtonPressed(), m_edit, m_index, searchInIndex(), and showIndex(). |
|
Definition at line 64 of file indexview.cpp. |
Member Function Documentation
|
Definition at line 180 of file indexview.cpp. References m_edit. Referenced by DocumentationWidget::lookInDocumentationIndex(). |
|
Definition at line 121 of file indexview.cpp. References m_edit, m_index, and KLineEdit::setText(). |
|
Definition at line 185 of file indexview.cpp. References m_edit. |
|
Definition at line 39 of file indexview.h. Referenced by DocumentationWidget::index(), FindDocumentation::searchInIndex(), and DocumentationWidget::tabChanged(). |
|
Definition at line 163 of file indexview.cpp. References DocUtils::docItemPopup(), m_widget, and DocumentationWidget::part(). Referenced by IndexView(). |
|
Definition at line 74 of file indexview.cpp. References kdDebug(), IndexItem::List, m_widget, DocumentationWidget::part(), KDevPlugin::partController(), SelectTopic::selectedURL(), KDevPartController::showDocument(), SelectTopicBase::topicLabel, and IndexItem::urls(). |
|
Definition at line 68 of file indexview.cpp. References m_index. Referenced by IndexView(). |
|
Definition at line 174 of file indexview.cpp. References m_edit, and KLineEdit::setText(). Referenced by DocumentationWidget::lookInDocumentationIndex(), and FindDocumentation::searchInIndex(). |
|
Definition at line 95 of file indexview.cpp. References m_index. Referenced by IndexView(), and FindDocumentation::searchInIndex(). |
Friends And Related Function Documentation
|
Definition at line 61 of file indexview.h. |
Member Data Documentation
|
Definition at line 59 of file indexview.h. Referenced by askSearchTerm(), eventFilter(), focusInEvent(), IndexView(), and setSearchTerm(). |
|
Definition at line 58 of file indexview.h. Referenced by eventFilter(), IndexView(), searchInIndex(), FindDocumentation::searchInIndex(), and showIndex(). |
|
Definition at line 56 of file indexview.h. Referenced by itemMouseButtonPressed(), and searchInIndex(). |
The documentation for this class was generated from the following files:
- parts/documentation/indexview.h
- parts/documentation/indexview.cpp