Go to the source code of this file.
Functions | |
| static int | comp_programid (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_programid_rev (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_originalAirDate (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_originalAirDate_rev (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_recpriority2 (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_recordDate (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_recordDate_rev (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_season (const ProgramInfo *a, const ProgramInfo *b) |
| static int | comp_season_rev (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_programid_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_programid_rev_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_originalAirDate_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_originalAirDate_rev_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_recpriority2_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_recordDate_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_recordDate_rev_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_season_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_season_rev_less_than (const ProgramInfo *a, const ProgramInfo *b) |
| static PlaybackBox::ViewMask | m_viewMaskToggle (PlaybackBox::ViewMask mask, PlaybackBox::ViewMask toggle) |
| static QString | construct_sort_title (QString title, PlaybackBox::ViewMask viewmask, PlaybackBox::ViewTitleSort titleSort, int recpriority, const QRegExp &prefixes) |
| static QString | extract_main_state (const ProgramInfo &pginfo, const TV *player) |
| static QString | extract_job_state (const ProgramInfo &pginfo) |
| static QString | extract_commflag_state (const ProgramInfo &pginfo) |
| static QString | extract_subtitle (const ProgramInfo &pginfo, const QString &groupname) |
| static void | push_onto_del (QStringList &list, const ProgramInfo &pginfo) |
| static bool | extract_one_del (QStringList &list, uint &chanid, QDateTime &recstartts) |
| static bool | save_position (const MythUIButtonList *groupList, const MythUIButtonList *recordingList, QStringList &groupSelPref, QStringList &itemSelPref, QStringList &itemTopPref) |
| static void | restore_position (MythUIButtonList *groupList, MythUIButtonList *recordingList, const QStringList &groupSelPref, const QStringList &itemSelPref, const QStringList &itemTopPref) |
Variables | |
| static const uint | s_artDelay [] |
| static const char * | disp_flags [] |
| static int comp_programid | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 50 of file playbackbox.cpp.
Referenced by comp_programid_less_than().
| static int comp_programid_rev | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 59 of file playbackbox.cpp.
Referenced by comp_programid_rev_less_than().
| static int comp_originalAirDate | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 68 of file playbackbox.cpp.
Referenced by comp_originalAirDate_less_than().
| static int comp_originalAirDate_rev | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 82 of file playbackbox.cpp.
Referenced by comp_originalAirDate_rev_less_than().
| static int comp_recpriority2 | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 96 of file playbackbox.cpp.
Referenced by comp_recpriority2_less_than().
| static int comp_recordDate | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 106 of file playbackbox.cpp.
Referenced by comp_recordDate_less_than().
| static int comp_recordDate_rev | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 116 of file playbackbox.cpp.
Referenced by comp_recordDate_rev_less_than().
| static int comp_season | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 126 of file playbackbox.cpp.
Referenced by comp_season_less_than().
| static int comp_season_rev | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 136 of file playbackbox.cpp.
Referenced by comp_season_rev_less_than().
| static bool comp_programid_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 146 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_programid_rev_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 152 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_originalAirDate_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 158 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_originalAirDate_rev_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 164 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_recpriority2_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 170 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_recordDate_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 176 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_recordDate_rev_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 182 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_season_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 188 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static bool comp_season_rev_less_than | ( | const ProgramInfo * | a, | |
| const ProgramInfo * | b | |||
| ) | [static] |
Definition at line 194 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static PlaybackBox::ViewMask m_viewMaskToggle | ( | PlaybackBox::ViewMask | mask, | |
| PlaybackBox::ViewMask | toggle | |||
| ) | [static] |
Definition at line 203 of file playbackbox.cpp.
Referenced by PlaybackBox::keyPressEvent().
| static QString construct_sort_title | ( | QString | title, | |
| PlaybackBox::ViewMask | viewmask, | |||
| PlaybackBox::ViewTitleSort | titleSort, | |||
| int | recpriority, | |||
| const QRegExp & | prefixes | |||
| ) | [static] |
Definition at line 212 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static QString extract_main_state | ( | const ProgramInfo & | pginfo, | |
| const TV * | player | |||
| ) | [static] |
Definition at line 259 of file playbackbox.cpp.
Referenced by PlaybackBox::ItemLoaded(), and PlaybackBox::UpdateUIListItem().
| static QString extract_job_state | ( | const ProgramInfo & | pginfo | ) | [static] |
Definition at line 279 of file playbackbox.cpp.
Referenced by PlaybackBox::ItemVisible(), and PlaybackBox::UpdateUIListItem().
| static QString extract_commflag_state | ( | const ProgramInfo & | pginfo | ) | [static] |
Definition at line 297 of file playbackbox.cpp.
Referenced by PlaybackBox::ItemVisible(), and PlaybackBox::UpdateUIListItem().
| static QString extract_subtitle | ( | const ProgramInfo & | pginfo, | |
| const QString & | groupname | |||
| ) | [static] |
Definition at line 312 of file playbackbox.cpp.
Referenced by PlaybackBox::ItemLoaded(), and PlaybackBox::UpdateUIListItem().
| static void push_onto_del | ( | QStringList & | list, | |
| const ProgramInfo & | pginfo | |||
| ) | [static] |
Definition at line 329 of file playbackbox.cpp.
Referenced by PlaybackBox::askDelete(), PlaybackBox::askStop(), PlaybackBox::deleteSelected(), PlaybackBox::ShowActionPopup(), and PlaybackBox::ShowDeletePopup().
Definition at line 338 of file playbackbox.cpp.
Referenced by PlaybackBox::Delete(), and PlaybackBox::Undelete().
| static bool save_position | ( | const MythUIButtonList * | groupList, | |
| const MythUIButtonList * | recordingList, | |||
| QStringList & | groupSelPref, | |||
| QStringList & | itemSelPref, | |||
| QStringList & | itemTopPref | |||
| ) | [static] |
Definition at line 1424 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
| static void restore_position | ( | MythUIButtonList * | groupList, | |
| MythUIButtonList * | recordingList, | |||
| const QStringList & | groupSelPref, | |||
| const QStringList & | itemSelPref, | |||
| const QStringList & | itemTopPref | |||
| ) | [static] |
Definition at line 1481 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
const uint s_artDelay[] [static] |
Definition at line 200 of file playbackbox.cpp.
Referenced by PlaybackBox::customEvent(), and PlaybackBox::UpdateUIListItem().
const char* disp_flags[] [static] |
{ "playlist", "watched", "preserve",
"cutlist", "autoexpire", "editing",
"bookmark", "inuse", "transcoded" }
Definition at line 765 of file playbackbox.cpp.
Referenced by PlaybackBox::SetItemIcons().
1.6.3