KDevelop API Documentation

find_documentationbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './find_documentationbase.ui'
00003 **
00004 ** Created: Tue Mar 22 23:50:14 2005
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef FINDDOCUMENTATIONBASE_H
00011 #define FINDDOCUMENTATIONBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qwidget.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QLabel;
00021 class QPushButton;
00022 class QLineEdit;
00023 class KListView;
00024 class QListViewItem;
00025 
00026 class FindDocumentationBase : public QWidget
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     FindDocumentationBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032     ~FindDocumentationBase();
00033 
00034     QLabel* textLabel1;
00035     QPushButton* button_search;
00036     QLineEdit* search_term;
00037     QPushButton* butten_options;
00038     KListView* result_list;
00039 
00040 public slots:
00041     virtual void clickOptions();
00042     virtual void setSearchTerm( const QString & term );
00043     virtual void startSearch();
00044     virtual void searchInIndex();
00045     virtual void searchInContents();
00046     virtual void searchInGoogle();
00047     virtual void searchInMan();
00048     virtual void searchInInfo();
00049     virtual void procManReadFromStdout();
00050     virtual void procInfoReadFromStdout();
00051     virtual void clickOnItem( QListViewItem * item );
00052     virtual void buttonPressedOnItem( int button, QListViewItem * item, const QPoint & pos, int c );
00053 
00054 protected:
00055     QGridLayout* FindDocumentationBaseLayout;
00056     QSpacerItem* spacer1;
00057 
00058 protected slots:
00059     virtual void languageChange();
00060 
00061 };
00062 
00063 #endif // FINDDOCUMENTATIONBASE_H
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:03:55 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003