
Definition at line 1042 of file videomanager.cpp.
Signals | |
| void | SigTextChanged (const QString &text) |
Public Member Functions | |
| ManualSearchHandler (QObject *oparent, ParentWindowType *pwt, XMLParse &theme) | |
| bool | KeyPress (const QString &action) |
| void | UpdateContents () |
Static Public Member Functions | |
| static bool | Exists (XMLParse *theme) |
Private Slots | |
| void | OnTextChange (QString text) |
| void | OnEditSelect () |
| void | OnEditCancel () |
Private Member Functions | |
| void | OnExit (ExitType et) |
| void | OnGainFocus () |
Private Attributes | |
| QString | m_title |
| UIRemoteEditType * | m_edit |
| RemoteEditKeyFilter * | m_key_filter |
Static Private Attributes | |
| static const QString | container_name |
| mythvideo_videomanager::ManualSearchHandler::ManualSearchHandler | ( | QObject * | oparent, | |
| ParentWindowType * | pwt, | |||
| XMLParse & | theme | |||
| ) | [inline] |
Definition at line 1050 of file videomanager.cpp.
| void mythvideo_videomanager::ManualSearchHandler::SigTextChanged | ( | const QString & | text | ) | [signal] |
Referenced by OnExit().
| static bool mythvideo_videomanager::ManualSearchHandler::Exists | ( | XMLParse * | theme | ) | [inline, static] |
Definition at line 1093 of file videomanager.cpp.
Referenced by mythvideo_videomanager::VideoManagerImp::VideoManagerImp().
| bool mythvideo_videomanager::ManualSearchHandler::KeyPress | ( | const QString & | action | ) | [inline, virtual] |
Reimplemented from mythvideo_videomanager::ContainerHandler.
Definition at line 1098 of file videomanager.cpp.
| void mythvideo_videomanager::ManualSearchHandler::UpdateContents | ( | ) | [inline] |
Definition at line 1105 of file videomanager.cpp.
| void mythvideo_videomanager::ManualSearchHandler::OnTextChange | ( | QString | text | ) | [inline, private, slot] |
| void mythvideo_videomanager::ManualSearchHandler::OnEditSelect | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::ManualSearchHandler::OnEditCancel | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::ManualSearchHandler::OnExit | ( | ExitType | et | ) | [inline, private, virtual] |
Reimplemented from mythvideo_videomanager::ContainerHandler.
Definition at line 1128 of file videomanager.cpp.
| void mythvideo_videomanager::ManualSearchHandler::OnGainFocus | ( | ) | [inline, private, virtual] |
Reimplemented from mythvideo_videomanager::ContainerHandler.
Definition at line 1144 of file videomanager.cpp.
QString mythvideo_videomanager::ManualSearchHandler::m_title [private] |
Definition at line 1154 of file videomanager.cpp.
Referenced by ManualSearchHandler(), OnExit(), and OnGainFocus().
const QString mythvideo_videomanager::ManualSearchHandler::container_name [static, private] |
Definition at line 1156 of file videomanager.cpp.
Referenced by ManualSearchHandler(), and OnExit().
1.5.5