Public Member Functions | |
| ItemDetailPopup (MythScreenStack *lparent, VideoMetadata *metadata, const VideoMetadataListManager &listManager) | |
| bool | Create () |
Static Public Member Functions | |
| static bool | Exists () |
Protected Member Functions | |
| bool | keyPressEvent (QKeyEvent *levent) |
| Key event handler. | |
Private Slots | |
| void | OnPlay () |
| void | OnDone () |
Private Member Functions | |
| bool | OnKeyAction (const QStringList &actions) |
Private Attributes | |
| VideoMetadata * | m_metadata |
| const VideoMetadataListManager & | m_listManager |
| MythUIButton * | m_playButton |
| MythUIButton * | m_doneButton |
Static Private Attributes | |
| static const char *const | WINDOW_NAME = "itemdetailpopup" |
Definition at line 546 of file videodlg.cpp.
| ItemDetailPopup::ItemDetailPopup | ( | MythScreenStack * | lparent, | |
| VideoMetadata * | metadata, | |||
| const VideoMetadataListManager & | listManager | |||
| ) | [inline] |
Definition at line 558 of file videodlg.cpp.
| static bool ItemDetailPopup::Exists | ( | ) | [inline, static] |
Definition at line 551 of file videodlg.cpp.
Referenced by VideoDialog::CreateInfoMenu().
| bool ItemDetailPopup::Create | ( | void | ) | [inline, virtual] |
Reimplemented from MythScreenType.
Definition at line 565 of file videodlg.cpp.
Referenced by VideoDialog::DoItemDetailShow().
| void ItemDetailPopup::OnPlay | ( | ) | [inline, private, slot] |
Definition at line 595 of file videodlg.cpp.
Referenced by Create(), and OnKeyAction().
| void ItemDetailPopup::OnDone | ( | ) | [inline, private, slot] |
Definition at line 600 of file videodlg.cpp.
Referenced by Create().
| bool ItemDetailPopup::OnKeyAction | ( | const QStringList & | actions | ) | [inline, private] |
Definition at line 608 of file videodlg.cpp.
Referenced by keyPressEvent().
| bool ItemDetailPopup::keyPressEvent | ( | QKeyEvent * | ) | [inline, protected, virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 625 of file videodlg.cpp.
const char *const ItemDetailPopup::WINDOW_NAME = "itemdetailpopup" [static, private] |
Definition at line 645 of file videodlg.cpp.
VideoMetadata* ItemDetailPopup::m_metadata [private] |
Definition at line 646 of file videodlg.cpp.
const VideoMetadataListManager& ItemDetailPopup::m_listManager [private] |
Definition at line 647 of file videodlg.cpp.
Referenced by OnPlay().
MythUIButton* ItemDetailPopup::m_playButton [private] |
Definition at line 649 of file videodlg.cpp.
Referenced by Create().
MythUIButton* ItemDetailPopup::m_doneButton [private] |
Definition at line 650 of file videodlg.cpp.
Referenced by Create().
1.6.3