MythTV
master
|
#include <algorithm>
#include <deque>
#include <iterator>
#include <QDateTime>
#include <QString>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/stringutil.h"
#include "libmythtv/recordinginfo.h"
#include "libmythtv/recordingrule.h"
#include "libmythtv/scheduledrecording.h"
#include "libmythui/mythdialogbox.h"
#include "libmythui/mythmainwindow.h"
#include "libmythui/mythscreenstack.h"
#include "libmythui/mythuibutton.h"
#include "libmythui/mythuibuttonlist.h"
#include "libmythui/mythuitext.h"
#include "libmythui/mythuiutils.h"
#include "libmythui/xmlparsebase.h"
#include "prevreclist.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("PrevRecordedList: ") |
Functions | |
static bool | comp_sorttitle_lt (const ProgramInfo *a, const ProgramInfo *b) |
static bool | comp_sorttitle_lt_rev (const ProgramInfo *a, const ProgramInfo *b) |
static bool | comp_sortdate_lt (const ProgramInfo *a, const ProgramInfo *b) |
static bool | comp_sortdate_lt_rev (const ProgramInfo *a, const ProgramInfo *b) |
Variables | |
static const int | fTitleGroup = 1 |
static const int | fReverseSort = 2 |
static const int | fDefault = fReverseSort |
#define LOC QString("PrevRecordedList: ") |
Definition at line 48 of file prevreclist.cpp.
|
static |
Definition at line 169 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadTitles().
|
static |
Definition at line 174 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadTitles().
|
static |
Definition at line 179 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadDates().
|
static |
Definition at line 185 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadDates().
|
static |
Definition at line 51 of file prevreclist.cpp.
Referenced by PrevRecordedList::PrevRecordedList(), and PrevRecordedList::~PrevRecordedList().
|
static |
Definition at line 52 of file prevreclist.cpp.
Referenced by PrevRecordedList::PrevRecordedList(), and PrevRecordedList::~PrevRecordedList().
|
static |
Definition at line 53 of file prevreclist.cpp.
Referenced by PrevRecordedList::PrevRecordedList().