|
MythTV master
|
#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "libmythbase/remoteutil.h"#include "libmythtv/channelutil.h"#include "libmythtv/recordinginfo.h"#include "libmythtv/scheduledrecording.h"#include "libmythtv/tv.h"#include "libmythui/mythdialogbox.h"#include "libmythui/mythmainwindow.h"#include "libmythui/mythuibuttonlist.h"#include "libmythui/mythuitext.h"#include "viewschedulediff.h"Go to the source code of this file.
Functions | |
| static int | comp_recstart (const ProgramInfo *a, const ProgramInfo *b) |
| static bool | comp_recstart_less_than (const ProgramInfo *a, const ProgramInfo *b) |
|
static |
Definition at line 145 of file viewschedulediff.cpp.
Referenced by comp_recstart_less_than(), and ViewScheduleDiff::fillList().
|
static |
Definition at line 178 of file viewschedulediff.cpp.
Referenced by ViewScheduleDiff::fillList().