Go to the source code of this file.
Functions | |
| static int | comp_programid (ProgramInfo *a, ProgramInfo *b) |
| static int | comp_programid_rev (ProgramInfo *a, ProgramInfo *b) |
| static int | comp_originalAirDate (ProgramInfo *a, ProgramInfo *b) |
| static int | comp_originalAirDate_rev (ProgramInfo *a, ProgramInfo *b) |
| static int | comp_recpriority2 (ProgramInfo *a, ProgramInfo *b) |
| static PlaybackBox::ViewMask | viewMaskToggle (PlaybackBox::ViewMask mask, PlaybackBox::ViewMask toggle) |
| static QString | sortTitle (QString title, PlaybackBox::ViewMask viewmask, PlaybackBox::ViewTitleSort titleSort, int recpriority) |
| static int | comp_recordDate (ProgramInfo *a, ProgramInfo *b) |
| static int | comp_recordDate_rev (ProgramInfo *a, ProgramInfo *b) |
| static void * | SpawnPreviewVideoThread (void *param) |
| bool | check_lastmod (LastCheckedMap &elapsedtime, const QString &filename) |
| static QSize | calc_preview_size (const QSize &bounds, const QSize &imageSize) |
Variables | |
| QWaitCondition | pbbIsVisibleCond |
| static int comp_programid | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 63 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static int comp_programid_rev | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 71 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static int comp_originalAirDate | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 79 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static int comp_originalAirDate_rev | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 99 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static int comp_recpriority2 | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 119 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static PlaybackBox::ViewMask viewMaskToggle | ( | PlaybackBox::ViewMask | mask, | |
| PlaybackBox::ViewMask | toggle | |||
| ) | [static] |
Definition at line 127 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::keyPressEvent().
| static QString sortTitle | ( | QString | title, | |
| PlaybackBox::ViewMask | viewmask, | |||
| PlaybackBox::ViewTitleSort | titleSort, | |||
| int | recpriority | |||
| ) | [static] |
Definition at line 136 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static int comp_recordDate | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 182 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static int comp_recordDate_rev | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 190 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::FillList().
| static void* SpawnPreviewVideoThread | ( | void * | param | ) | [static] |
Definition at line 2318 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::startPlayer().
| bool check_lastmod | ( | LastCheckedMap & | elapsedtime, | |
| const QString & | filename | |||
| ) |
Definition at line 4607 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::getPixmap().
| static QSize calc_preview_size | ( | const QSize & | bounds, | |
| const QSize & | imageSize | |||
| ) | [static] |
Definition at line 4618 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::getPixmap().
| QWaitCondition pbbIsVisibleCond |
Definition at line 56 of file mythtv/programs/mythfrontend/playbackbox.cpp.
Referenced by PlaybackBox::exitWin(), PlaybackBox::playSelected(), and PlaybackBox::RunPlaybackBox().
1.5.5