MythTV  master
Functions
viewschedulediff.cpp File Reference
#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"
Include dependency graph for viewschedulediff.cpp:

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)
 

Function Documentation

◆ comp_recstart()

static int comp_recstart ( const ProgramInfo a,
const ProgramInfo b 
)
static

Definition at line 143 of file viewschedulediff.cpp.

Referenced by comp_recstart_less_than(), and ViewScheduleDiff::fillList().

◆ comp_recstart_less_than()

static bool comp_recstart_less_than ( const ProgramInfo a,
const ProgramInfo b 
)
static

Definition at line 176 of file viewschedulediff.cpp.

Referenced by ViewScheduleDiff::fillList().