#include <mythdialogs.h>

Definition at line 462 of file mythdialogs.h.
Public Slots | |
| virtual void | deleteLater (void) |
Public Member Functions | |
| MythSearchDialog (MythMainWindow *parent, const char *name=0) | |
| void | setCaption (QString text) |
| void | setSearchText (QString text) |
| void | setItems (QStringList items) |
| QString | getResult (void) |
Protected Slots | |
| void | searchTextChanged (void) |
Protected Member Functions | |
| void | Teardown (void) |
| ~MythSearchDialog () | |
| void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
| QLabel * | caption |
| MythRemoteLineEdit * | editor |
| MythListBox * | listbox |
| QButton * | ok_button |
| QButton * | cancel_button |
| MythSearchDialog::MythSearchDialog | ( | MythMainWindow * | parent, | |
| const char * | name = 0 | |||
| ) |
Definition at line 1748 of file mythdialogs.cpp.
| MythSearchDialog::~MythSearchDialog | ( | ) | [protected] |
Definition at line 1848 of file mythdialogs.cpp.
| void MythSearchDialog::setCaption | ( | QString | text | ) |
Definition at line 1805 of file mythdialogs.cpp.
Referenced by SmartPLCriteriaRow::showList(), ImportNativeWizard::showList(), EditMetadataDialog::showList(), and Ripper::showList().
| void MythSearchDialog::setSearchText | ( | QString | text | ) |
Definition at line 1811 of file mythdialogs.cpp.
Referenced by SmartPLCriteriaRow::showList(), ImportNativeWizard::showList(), EditMetadataDialog::showList(), and Ripper::showList().
| void MythSearchDialog::setItems | ( | QStringList | items | ) |
Definition at line 1839 of file mythdialogs.cpp.
Referenced by SmartPLCriteriaRow::showList(), ImportNativeWizard::showList(), EditMetadataDialog::showList(), and Ripper::showList().
| QString MythSearchDialog::getResult | ( | void | ) |
Definition at line 1829 of file mythdialogs.cpp.
Referenced by SmartPLCriteriaRow::showList(), ImportNativeWizard::showList(), EditMetadataDialog::showList(), and Ripper::showList().
| void MythSearchDialog::deleteLater | ( | void | ) | [virtual, slot] |
Reimplemented from MythDialog.
Definition at line 1853 of file mythdialogs.cpp.
Referenced by SmartPLCriteriaRow::showList(), ImportNativeWizard::showList(), EditMetadataDialog::showList(), and Ripper::showList().
| void MythSearchDialog::searchTextChanged | ( | void | ) | [protected, slot] |
| void MythSearchDialog::Teardown | ( | void | ) | [protected] |
Definition at line 1859 of file mythdialogs.cpp.
Referenced by deleteLater(), and ~MythSearchDialog().
| void MythSearchDialog::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
QLabel* MythSearchDialog::caption [private] |
Definition at line 489 of file mythdialogs.h.
Referenced by MythSearchDialog(), setCaption(), and Teardown().
MythRemoteLineEdit* MythSearchDialog::editor [private] |
Definition at line 490 of file mythdialogs.h.
Referenced by MythSearchDialog(), searchTextChanged(), setSearchText(), and Teardown().
MythListBox* MythSearchDialog::listbox [private] |
Definition at line 491 of file mythdialogs.h.
Referenced by getResult(), MythSearchDialog(), searchTextChanged(), setItems(), and Teardown().
QButton* MythSearchDialog::ok_button [private] |
QButton* MythSearchDialog::cancel_button [private] |
1.5.5