MythTV  master
Macros | Functions
proglist.cpp File Reference
#include <algorithm>
#include <deque>
#include <functional>
#include <iterator>
#include <utility>
#include <QCoreApplication>
#include <QLocale>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/stringutil.h"
#include "libmythtv/channelinfo.h"
#include "libmythtv/channelutil.h"
#include "libmythtv/recordinginfo.h"
#include "libmythtv/recordingrule.h"
#include "libmythtv/scheduledrecording.h"
#include "libmythtv/tv_actions.h"
#include "libmythui/mythdialogbox.h"
#include "libmythui/mythuibuttonlist.h"
#include "libmythui/mythuistatetype.h"
#include "libmythui/mythuitext.h"
#include "proglist.h"
Include dependency graph for proglist.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("ProgLister: ")
 
#define LOC_WARN   QString("ProgLister, Warning: ")
 
#define LOC_ERR   QString("ProgLister, Error: ")
 

Functions

static bool plTitleSort (const ProgramInfo *a, const ProgramInfo *b)
 
static bool plPrevTitleSort (const ProgramInfo *a, const ProgramInfo *b)
 
static bool plTimeSort (const ProgramInfo *a, const ProgramInfo *b)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("ProgLister: ")

Definition at line 31 of file proglist.cpp.

◆ LOC_WARN

#define LOC_WARN   QString("ProgLister, Warning: ")

Definition at line 32 of file proglist.cpp.

◆ LOC_ERR

#define LOC_ERR   QString("ProgLister, Error: ")

Definition at line 33 of file proglist.cpp.

Function Documentation

◆ plTitleSort()

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

Definition at line 1005 of file proglist.cpp.

Referenced by ProgLister::RestoreSelection(), and ProgLister::SortList().

◆ plPrevTitleSort()

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

Definition at line 1034 of file proglist.cpp.

Referenced by ProgLister::RestoreSelection(), and ProgLister::SortList().

◆ plTimeSort()

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

Definition at line 1047 of file proglist.cpp.

Referenced by ProgLister::RestoreSelection(), and ProgLister::SortList().