SearchDialog Class Reference

#include <search.h>

Inheritance diagram for SearchDialog:

MythPopupBox MythDialog

List of all members.


Detailed Description

Definition at line 21 of file search.h.


Public Member Functions

 SearchDialog (MythMainWindow *parent, const char *name=0)
 ~SearchDialog ()
void getWhereClause (QString &whereClause)

Protected Slots

void searchTextChanged (const QString &searchText)
void itemSelected (int i)

Private Member Functions

void runQuery (QString searchText)

Private Attributes

QLabel * caption
MythListBoxlistbox
MythLineEditsearchText
QButton * cancelButton
QButton * okButton
QString whereClause

Constructor & Destructor Documentation

SearchDialog::SearchDialog ( MythMainWindow parent,
const char *  name = 0 
)

Definition at line 13 of file search.cpp.

SearchDialog::~SearchDialog (  ) 

Definition at line 235 of file search.cpp.


Member Function Documentation

void SearchDialog::getWhereClause ( QString &  whereClause  ) 

Definition at line 230 of file search.cpp.

void SearchDialog::searchTextChanged ( const QString &  searchText  )  [protected, slot]

Definition at line 56 of file search.cpp.

Referenced by SearchDialog().

void SearchDialog::itemSelected ( int  i  )  [protected, slot]

Definition at line 222 of file search.cpp.

Referenced by SearchDialog().

void SearchDialog::runQuery ( QString  searchText  )  [private]

Definition at line 67 of file search.cpp.

Referenced by SearchDialog(), and searchTextChanged().


Member Data Documentation

QLabel* SearchDialog::caption [private]

Definition at line 41 of file search.h.

Referenced by runQuery(), and SearchDialog().

Definition at line 42 of file search.h.

Referenced by itemSelected(), runQuery(), and SearchDialog().

Definition at line 43 of file search.h.

Referenced by SearchDialog().

QButton* SearchDialog::cancelButton [private]

Definition at line 44 of file search.h.

Referenced by SearchDialog().

QButton* SearchDialog::okButton [private]

Definition at line 45 of file search.h.

Referenced by SearchDialog().

QString SearchDialog::whereClause [private]

Definition at line 47 of file search.h.

Referenced by itemSelected(), and runQuery().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:10 2010 for MythTV by  doxygen 1.5.5