Go to the source code of this file.
Functions | |
| static bool | Recording (const ProgramInfo *p) |
| static bool | comp_overlap (ProgramInfo *a, ProgramInfo *b) |
| static bool | comp_redundant (ProgramInfo *a, ProgramInfo *b) |
| static bool | comp_recstart (ProgramInfo *a, ProgramInfo *b) |
| static bool | comp_priority (ProgramInfo *a, ProgramInfo *b) |
| static bool | comp_timechannel (ProgramInfo *a, ProgramInfo *b) |
| static void | erase_nulls (RecList &reclist) |
| static bool | comp_dirpreference (FileSystemInfo *a, FileSystemInfo *b) |
Variables | |
| static QDateTime | schedTime |
| static bool Recording | ( | const ProgramInfo * | p | ) | [inline, static] |
Definition at line 188 of file scheduler.cpp.
Referenced by Scheduler::FindNextConflict(), and Scheduler::PruneRedundants().
| static bool comp_overlap | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
| static bool comp_redundant | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
| static bool comp_recstart | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
Definition at line 244 of file scheduler.cpp.
| static bool comp_priority | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
| static bool comp_timechannel | ( | ProgramInfo * | a, | |
| ProgramInfo * | b | |||
| ) | [static] |
| static void erase_nulls | ( | RecList & | reclist | ) | [static] |
Definition at line 716 of file scheduler.cpp.
Referenced by Scheduler::PruneOverlaps(), and Scheduler::PruneRedundants().
| static bool comp_dirpreference | ( | FileSystemInfo * | a, | |
| FileSystemInfo * | b | |||
| ) | [static] |
QDateTime schedTime [static] |
Definition at line 255 of file scheduler.cpp.
Referenced by Scheduler::AddNewRecords(), Scheduler::AddNotListed(), comp_priority(), Scheduler::FillRecordList(), Scheduler::PruneRedundants(), Scheduler::SchedNewRecords(), Scheduler::SchedPreserveLiveTV(), and Scheduler::TryAnotherShowing().
1.5.5