SearchView Class Reference
#include <searchview.h>
Inheritance diagram for SearchView:


Public Slots | |
void | search () |
void | setSearchTerm (const QString &term) |
void | askSearchTerm () |
Public Member Functions | |
SearchView (DocumentationPart *part, QWidget *parent=0, const char *name=0) | |
~SearchView () | |
Protected Slots | |
void | updateConfig () |
void | updateIndex () |
void | htsearchStdout (KProcess *, char *buffer, int len) |
void | htsearchExited (KProcess *) |
void | executed (QListViewItem *item) |
void | itemMouseButtonPressed (int button, QListViewItem *item, const QPoint &pos, int c) |
Protected Member Functions | |
virtual void | focusInEvent (QFocusEvent *e) |
void | runHtdig (const QString &arg) |
void | analyseSearchResults () |
Private Attributes | |
DocumentationPart * | m_part |
KLineEdit * | m_edit |
KComboBox * | m_searchMethodBox |
KComboBox * | m_sortMethodBox |
KListView * | m_view |
KPushButton * | m_configButton |
KPushButton * | m_indexButton |
KPushButton * | m_goSearchButton |
QString | searchResult |
Constructor & Destructor Documentation
|
Definition at line 52 of file searchview.cpp. References KListView::addColumn(), executed(), itemMouseButtonPressed(), m_configButton, m_edit, m_goSearchButton, m_indexButton, m_searchMethodBox, m_sortMethodBox, m_view, search(), KListView::setSorting(), updateConfig(), and updateIndex(). |
|
Definition at line 113 of file searchview.cpp. |
Member Function Documentation
|
Definition at line 256 of file searchview.cpp. References m_view, searchResult, and DocumentationItem::setURL(). Referenced by search(). |
|
Definition at line 313 of file searchview.cpp. References m_edit. Referenced by DocumentationWidget::searchInDocumentation(). |
|
Definition at line 288 of file searchview.cpp. References m_part, KDevPlugin::partController(), KDevPartController::showDocument(), and DocumentationItem::url(). Referenced by SearchView(). |
|
Definition at line 318 of file searchview.cpp. References m_edit. |
|
Definition at line 251 of file searchview.cpp. Referenced by search(). |
|
Definition at line 246 of file searchview.cpp. References len, and searchResult. Referenced by search(). |
|
Definition at line 297 of file searchview.cpp. References DocUtils::docItemPopup(), and m_part. Referenced by SearchView(). |
|
Definition at line 127 of file searchview.cpp. References KProcess::start(). Referenced by updateConfig(), and updateIndex(). |
|
|
Definition at line 308 of file searchview.cpp. References m_edit, and KLineEdit::setText(). Referenced by DocumentationWidget::searchInDocumentation(). |
|
Definition at line 117 of file searchview.cpp. References runHtdig(). Referenced by SearchView(). |
|
Definition at line 122 of file searchview.cpp. References runHtdig(). Referenced by search(), and SearchView(). |
Member Data Documentation
|
Definition at line 68 of file searchview.h. Referenced by SearchView(). |
|
Definition at line 64 of file searchview.h. Referenced by askSearchTerm(), focusInEvent(), search(), SearchView(), and setSearchTerm(). |
|
Definition at line 70 of file searchview.h. Referenced by SearchView(). |
|
Definition at line 69 of file searchview.h. Referenced by SearchView(). |
|
Definition at line 62 of file searchview.h. Referenced by executed(), itemMouseButtonPressed(), and search(). |
|
Definition at line 65 of file searchview.h. Referenced by search(), and SearchView(). |
|
Definition at line 66 of file searchview.h. Referenced by search(), and SearchView(). |
|
Definition at line 67 of file searchview.h. Referenced by analyseSearchResults(), and SearchView(). |
|
Definition at line 72 of file searchview.h. Referenced by analyseSearchResults(), htsearchStdout(), and search(). |
The documentation for this class was generated from the following files:
- parts/documentation/searchview.h
- parts/documentation/searchview.cpp