|
MythTV
0.26-pre
|
#include <videoselector.h>
Definition at line 38 of file videoselector.h.
| VideoSelector::VideoSelector | ( | MythScreenStack * | parent, |
| QList< ArchiveItem * > * | archiveList | ||
| ) |
Definition at line 27 of file videoselector.cpp.
Definition at line 39 of file videoselector.cpp.
| bool VideoSelector::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 51 of file videoselector.cpp.
Referenced by ExportNative::handleAddVideo(), and MythBurn::handleAddVideo().
| bool VideoSelector::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 103 of file videoselector.cpp.
| void VideoSelector::haveResult | ( | bool | ok | ) | [signal] |
Referenced by cancelPressed(), and OKPressed().
| void VideoSelector::OKPressed | ( | void | ) | [slot] |
Definition at line 255 of file videoselector.cpp.
Referenced by Create().
| void VideoSelector::cancelPressed | ( | void | ) | [slot] |
Definition at line 335 of file videoselector.cpp.
Referenced by Create(), and getVideoList().
| void VideoSelector::showMenu | ( | void | ) | [slot] |
Definition at line 147 of file videoselector.cpp.
Referenced by keyPressEvent().
| void VideoSelector::selectAll | ( | void | ) | [slot] |
Definition at line 162 of file videoselector.cpp.
Referenced by showMenu().
| void VideoSelector::clearAll | ( | void | ) | [slot] |
Definition at line 179 of file videoselector.cpp.
Referenced by showMenu().
| void VideoSelector::setCategory | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 502 of file videoselector.cpp.
Referenced by Create(), and getVideoList().
| void VideoSelector::titleChanged | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 209 of file videoselector.cpp.
Referenced by Create(), and updateVideoList().
| void VideoSelector::toggleSelected | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 188 of file videoselector.cpp.
Referenced by Create().
| void VideoSelector::parentalLevelChanged | ( | bool | passwordValid, |
| ParentalLevel::Level | newLevel | ||
| ) | [slot] |
Definition at line 538 of file videoselector.cpp.
Referenced by VideoSelector().
| void VideoSelector::updateVideoList | ( | void | ) | [private] |
Definition at line 341 of file videoselector.cpp.
Referenced by clearAll(), Create(), parentalLevelChanged(), selectAll(), and setCategory().
| void VideoSelector::updateSelectedList | ( | void | ) | [private] |
Definition at line 508 of file videoselector.cpp.
Referenced by Create().
| void VideoSelector::getVideoList | ( | void | ) | [private] |
Definition at line 462 of file videoselector.cpp.
Referenced by Create().
| void VideoSelector::wireUpTheme | ( | void | ) | [private] |
| vector< VideoInfo * > * VideoSelector::getVideoListFromDB | ( | void | ) | [private] |
Definition at line 396 of file videoselector.cpp.
Referenced by getVideoList().
| void VideoSelector::setParentalLevel | ( | ParentalLevel::Level | level | ) | [private] |
Definition at line 533 of file videoselector.cpp.
Referenced by Create(), and keyPressEvent().
Definition at line 75 of file videoselector.h.
Referenced by setParentalLevel(), VideoSelector(), and ~VideoSelector().
QList<ArchiveItem *>* VideoSelector::m_archiveList [private] |
Definition at line 77 of file videoselector.h.
Referenced by OKPressed(), updateSelectedList(), and VideoSelector().
std::vector<VideoInfo *>* VideoSelector::m_videoList [private] |
Definition at line 78 of file videoselector.h.
Referenced by getVideoList(), selectAll(), updateSelectedList(), updateVideoList(), VideoSelector(), and ~VideoSelector().
QList<VideoInfo *> VideoSelector::m_selectedList [private] |
Definition at line 79 of file videoselector.h.
Referenced by clearAll(), OKPressed(), selectAll(), toggleSelected(), updateSelectedList(), updateVideoList(), and ~VideoSelector().
Definition at line 81 of file videoselector.h.
Referenced by parentalLevelChanged(), setParentalLevel(), updateVideoList(), and VideoSelector().
MythUIText* VideoSelector::m_plText [private] |
Definition at line 83 of file videoselector.h.
Referenced by Create(), and parentalLevelChanged().
MythUIButtonList* VideoSelector::m_videoButtonList [private] |
Definition at line 84 of file videoselector.h.
Referenced by Create(), and updateVideoList().
MythUIText* VideoSelector::m_warningText [private] |
Definition at line 85 of file videoselector.h.
Referenced by Create(), and updateVideoList().
MythUIButton* VideoSelector::m_okButton [private] |
Definition at line 86 of file videoselector.h.
Referenced by Create().
MythUIButton* VideoSelector::m_cancelButton [private] |
Definition at line 87 of file videoselector.h.
Referenced by Create().
Definition at line 88 of file videoselector.h.
Referenced by Create(), getVideoList(), and updateVideoList().
MythUIText* VideoSelector::m_titleText [private] |
Definition at line 89 of file videoselector.h.
Referenced by Create(), titleChanged(), and updateVideoList().
MythUIText* VideoSelector::m_filesizeText [private] |
Definition at line 90 of file videoselector.h.
Referenced by Create(), titleChanged(), and updateVideoList().
MythUIText* VideoSelector::m_plotText [private] |
Definition at line 91 of file videoselector.h.
Referenced by Create(), titleChanged(), and updateVideoList().
MythUIImage* VideoSelector::m_coverImage [private] |
Definition at line 92 of file videoselector.h.
Referenced by Create(), titleChanged(), and updateVideoList().
1.7.6.1