#include <videobrowser.h>

Definition at line 8 of file videobrowser.h.
Public Member Functions | |
| VideoBrowser (MythMainWindow *lparent, const QString &lname, VideoList *video_list) | |
| virtual | ~VideoBrowser () |
Protected Slots | |
| void | cursorLeft () |
| void | cursorRight () |
| void | slotParentalLevelChanged () |
Protected Member Functions | |
| void | parseContainer (QDomElement &element) |
| void | paintEvent (QPaintEvent *) |
| void | keyPressEvent (QKeyEvent *e) |
| void | doMenu (bool info=false) |
| void | fetchVideos () |
Private Member Functions | |
| QPixmap | getPixmap (QString &level) |
| void | jumpToSelection (int amount) |
| void | jumpSelection (int amount) |
| void | SetCurrentItem (unsigned int index) |
| void | updateInfo (QPainter *) |
| void | updateBrowsing (QPainter *) |
| void | updatePlayWait (QPainter *) |
Private Attributes | |
| std::auto_ptr< QPixmap > | bgTransBackup |
| unsigned int | inData |
| int | m_state |
| QRect | infoRect |
| QRect | browsingRect |
| VideoBrowser::VideoBrowser | ( | MythMainWindow * | lparent, | |
| const QString & | lname, | |||
| VideoList * | video_list | |||
| ) |
Definition at line 25 of file videobrowser.cpp.
| VideoBrowser::~VideoBrowser | ( | ) | [virtual] |
Definition at line 45 of file videobrowser.cpp.
| void VideoBrowser::cursorLeft | ( | ) | [protected, slot] |
| void VideoBrowser::cursorRight | ( | ) | [protected, slot] |
| void VideoBrowser::slotParentalLevelChanged | ( | ) | [protected, virtual, slot] |
| void VideoBrowser::parseContainer | ( | QDomElement & | element | ) | [protected, virtual] |
| void VideoBrowser::paintEvent | ( | QPaintEvent * | e | ) | [protected] |
Definition at line 162 of file videobrowser.cpp.
| void VideoBrowser::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
| void VideoBrowser::doMenu | ( | bool | info = false |
) | [protected] |
Reimplemented from VideoDialog.
Definition at line 124 of file videobrowser.cpp.
Referenced by cursorRight(), and keyPressEvent().
| void VideoBrowser::fetchVideos | ( | ) | [protected, virtual] |
Reimplemented from VideoDialog.
Definition at line 152 of file videobrowser.cpp.
Referenced by VideoBrowser().
| QPixmap VideoBrowser::getPixmap | ( | QString & | level | ) | [private] |
| void VideoBrowser::jumpToSelection | ( | int | amount | ) | [private] |
Definition at line 375 of file videobrowser.cpp.
Referenced by jumpSelection(), and keyPressEvent().
| void VideoBrowser::jumpSelection | ( | int | amount | ) | [private] |
| void VideoBrowser::SetCurrentItem | ( | unsigned int | index | ) | [private] |
Definition at line 223 of file videobrowser.cpp.
Referenced by fetchVideos(), and jumpToSelection().
| void VideoBrowser::updateInfo | ( | QPainter * | p | ) | [private] |
| void VideoBrowser::updateBrowsing | ( | QPainter * | p | ) | [private] |
| void VideoBrowser::updatePlayWait | ( | QPainter * | p | ) | [private] |
std::auto_ptr<QPixmap> VideoBrowser::bgTransBackup [private] |
unsigned int VideoBrowser::inData [private] |
Definition at line 42 of file videobrowser.h.
Referenced by jumpSelection(), SetCurrentItem(), and updateBrowsing().
int VideoBrowser::m_state [private] |
QRect VideoBrowser::infoRect [private] |
Definition at line 45 of file videobrowser.h.
Referenced by fetchVideos(), jumpToSelection(), paintEvent(), parseContainer(), and updateInfo().
QRect VideoBrowser::browsingRect [private] |
Definition at line 46 of file videobrowser.h.
Referenced by fetchVideos(), jumpToSelection(), paintEvent(), parseContainer(), and updateBrowsing().
1.5.5