MythTV
master
|
#include "prevreclist.h"
#include <algorithm>
#include <deque>
#include <iterator>
#include <QDateTime>
#include <QString>
#include "mythcorecontext.h"
#include "mythdb.h"
#include "mythmiscutil.h"
#include "xmlparsebase.h"
#include "recordinginfo.h"
#include "recordingrule.h"
#include "scheduledrecording.h"
#include "mythuitext.h"
#include "mythuibuttonlist.h"
#include "mythuibutton.h"
#include "mythscreenstack.h"
#include "mythmainwindow.h"
#include "mythuiutils.h"
#include "mythdialogbox.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 49 of file prevreclist.cpp.
|
static |
Definition at line 170 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadTitles().
|
static |
Definition at line 178 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadTitles().
|
static |
Definition at line 186 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadDates().
|
static |
Definition at line 192 of file prevreclist.cpp.
Referenced by PrevRecordedList::LoadDates().
|
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(), and PrevRecordedList::~PrevRecordedList().
|
static |
Definition at line 54 of file prevreclist.cpp.
Referenced by PrevRecordedList::PrevRecordedList().