MythTV
master
|
#include "playbackbox.h"
#include <QCoreApplication>
#include <QDateTime>
#include <QLocale>
#include <QTimer>
#include <QMap>
#include "mythnotificationcenter.h"
#include "mythuimetadataresults.h"
#include "previewgeneratorqueue.h"
#include "mythprogressdialog.h"
#include "mythuiprogressbar.h"
#include "mythuibuttonlist.h"
#include "mythcorecontext.h"
#include "mythmainwindow.h"
#include "mythscreenstack.h"
#include "mythuistatetype.h"
#include "mythuicheckbox.h"
#include "mythuitextedit.h"
#include "recordingtypes.h"
#include "mythuiactions.h"
#include "mythuispinbox.h"
#include "mythdialogbox.h"
#include "recordinginfo.h"
#include "recordingrule.h"
#include "programtypes.h"
#include "mythuibutton.h"
#include "mythlogging.h"
#include "mythuiimage.h"
#include "programinfo.h"
#include "mythuitext.h"
#include "tv_actions.h"
#include "mythdbcon.h"
#include "mythevent.h"
#include "playgroup.h"
#include "mythdb.h"
#include "mythdate.h"
#include "tv.h"
#include "playbackboxlistitem.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("PlaybackBox: ") |
#define | LOC_WARN QString("PlaybackBox Warning: ") |
#define | LOC_ERR QString("PlaybackBox Error: ") |
Variables | |
static const QString | _Location = "Playback Box" |
static const uint | s_artDelay [] |
static const char * | disp_flags [] |
#define LOC QString("PlaybackBox: ") |
Definition at line 51 of file playbackbox.cpp.
#define LOC_WARN QString("PlaybackBox Warning: ") |
Definition at line 52 of file playbackbox.cpp.
#define LOC_ERR QString("PlaybackBox Error: ") |
Definition at line 53 of file playbackbox.cpp.
|
static |
Definition at line 57 of file playbackbox.cpp.
Referenced by comp_programid_less_than().
|
static |
Definition at line 66 of file playbackbox.cpp.
Referenced by comp_programid_rev_less_than().
|
static |
Definition at line 75 of file playbackbox.cpp.
Referenced by comp_originalAirDate_less_than(), and comp_season().
|
static |
Definition at line 89 of file playbackbox.cpp.
Referenced by comp_originalAirDate_rev_less_than(), and comp_season_rev().
|
static |
Definition at line 103 of file playbackbox.cpp.
Referenced by comp_recpriority2_less_than().
|
static |
Definition at line 113 of file playbackbox.cpp.
Referenced by comp_recordDate_less_than().
|
static |
Definition at line 123 of file playbackbox.cpp.
Referenced by comp_recordDate_rev_less_than().
|
static |
Definition at line 133 of file playbackbox.cpp.
Referenced by comp_season_less_than().
|
static |
Definition at line 144 of file playbackbox.cpp.
Referenced by comp_season_rev_less_than().
|
static |
Definition at line 155 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 161 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 167 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 173 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 179 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 185 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 191 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 197 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 203 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 212 of file playbackbox.cpp.
Referenced by PlaybackBox::keyPressEvent().
|
static |
Definition at line 221 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 266 of file playbackbox.cpp.
Referenced by PlaybackBox::ItemLoaded(), and PlaybackBox::UpdateUIListItem().
|
static |
Definition at line 329 of file playbackbox.cpp.
Referenced by PlaybackBox::ItemLoaded(), and PlaybackBox::UpdateUIListItem().
|
static |
Definition at line 346 of file playbackbox.cpp.
Referenced by PlaybackBox::askDelete(), PlaybackBox::askStop(), PlaybackBox::deleteSelected(), PlaybackBox::ShowActionPopup(), and PlaybackBox::ShowDeletePopup().
Definition at line 354 of file playbackbox.cpp.
Referenced by PlaybackBox::Delete(), and PlaybackBox::Undelete().
|
static |
Definition at line 1476 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 1533 of file playbackbox.cpp.
Referenced by PlaybackBox::UpdateUILists().
|
static |
Definition at line 55 of file playbackbox.cpp.
Referenced by PlaybackBox::ShowAvailabilityPopup().
|
static |
Definition at line 209 of file playbackbox.cpp.
Referenced by PlaybackBox::customEvent(), and PlaybackBox::UpdateUIListItem().
|
static |
Definition at line 801 of file playbackbox.cpp.
Referenced by PlaybackBox::SetItemIcons().