#include <progfind.h>
Signals | |
| void | valueChanged (QString) |
Public Member Functions | |
| SearchInputDialog (MythScreenStack *parent, const QString &defaultValue) | |
| bool | Create (void) |
Private Slots | |
| void | editChanged (void) |
Definition at line 148 of file progfind.h.
| SearchInputDialog::SearchInputDialog | ( | MythScreenStack * | parent, | |
| const QString & | defaultValue | |||
| ) |
Definition at line 1072 of file progfind.cpp.
| bool SearchInputDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythTextInputDialog.
Definition at line 1079 of file progfind.cpp.
Referenced by ProgFinder::customEvent().
| void SearchInputDialog::valueChanged | ( | QString | ) | [signal] |
Referenced by Create(), and editChanged().
| void SearchInputDialog::editChanged | ( | void | ) | [private, slot] |
Definition at line 1114 of file progfind.cpp.
Referenced by Create().
1.6.3