
Definition at line 692 of file videomanager.cpp.
Public Types | |
| typedef std::vector< std::pair < QString, QString > > | item_list |
Signals | |
| void | SigItemSelected (const QString &uid, const QString &title) |
| void | SigCancel () |
| void | SigReset () |
| void | SigManual () |
| void | SigManualTitle () |
Public Member Functions | |
| SearchListHandler (QObject *oparent, ParentWindowType *pwt, XMLParse &theme, const item_list &items, bool has_manual_title) | |
| bool | KeyPress (const QString &action) |
| void | OnGainFocus () |
| void | OnLoseFocus () |
Private Member Functions | |
| void | UpdateContents () |
| void | OnExit (ExitType et) |
Private Attributes | |
| ListBehaviorManager | m_list_behave |
| item_list | m_item_list |
| UIListType * | m_list |
Static Private Attributes | |
| static const QString | Action_Cancel |
| static const QString | Action_Manual |
| static const QString | Action_Manual_Title |
| static const QString | Action_Reset |
| typedef std::vector<std::pair<QString, QString> > mythvideo_videomanager::SearchListHandler::item_list |
Definition at line 705 of file videomanager.cpp.
| mythvideo_videomanager::SearchListHandler::SearchListHandler | ( | QObject * | oparent, | |
| ParentWindowType * | pwt, | |||
| XMLParse & | theme, | |||
| const item_list & | items, | |||
| bool | has_manual_title | |||
| ) | [inline] |
Definition at line 708 of file videomanager.cpp.
| void mythvideo_videomanager::SearchListHandler::SigItemSelected | ( | const QString & | uid, | |
| const QString & | title | |||
| ) | [signal] |
Referenced by OnExit().
| void mythvideo_videomanager::SearchListHandler::SigCancel | ( | ) | [signal] |
Referenced by OnExit().
| void mythvideo_videomanager::SearchListHandler::SigReset | ( | ) | [signal] |
Referenced by OnExit().
| void mythvideo_videomanager::SearchListHandler::SigManual | ( | ) | [signal] |
Referenced by OnExit().
| void mythvideo_videomanager::SearchListHandler::SigManualTitle | ( | ) | [signal] |
Referenced by OnExit().
| bool mythvideo_videomanager::SearchListHandler::KeyPress | ( | const QString & | action | ) | [inline, virtual] |
Reimplemented from mythvideo_videomanager::ContainerHandler.
Definition at line 746 of file videomanager.cpp.
| void mythvideo_videomanager::SearchListHandler::OnGainFocus | ( | ) | [inline, virtual] |
Reimplemented from mythvideo_videomanager::ContainerHandler.
Definition at line 781 of file videomanager.cpp.
| void mythvideo_videomanager::SearchListHandler::OnLoseFocus | ( | ) | [inline, virtual] |
Reimplemented from mythvideo_videomanager::ContainerHandler.
Definition at line 790 of file videomanager.cpp.
| void mythvideo_videomanager::SearchListHandler::UpdateContents | ( | ) | [inline, private] |
| void mythvideo_videomanager::SearchListHandler::OnExit | ( | ExitType | et | ) | [inline, private, virtual] |
Reimplemented from mythvideo_videomanager::ContainerHandler.
Definition at line 820 of file videomanager.cpp.
Definition at line 847 of file videomanager.cpp.
Referenced by KeyPress(), OnExit(), SearchListHandler(), and UpdateContents().
Definition at line 848 of file videomanager.cpp.
Referenced by OnExit(), SearchListHandler(), and UpdateContents().
Definition at line 849 of file videomanager.cpp.
Referenced by OnGainFocus(), OnLoseFocus(), SearchListHandler(), and UpdateContents().
const QString mythvideo_videomanager::SearchListHandler::Action_Cancel [static, private] |
const QString mythvideo_videomanager::SearchListHandler::Action_Manual [static, private] |
const QString mythvideo_videomanager::SearchListHandler::Action_Manual_Title [static, private] |
const QString mythvideo_videomanager::SearchListHandler::Action_Reset [static, private] |
1.5.5