#include "guidegrid.h"
#include <algorithm>
#include <cstdint>
#include <deque>
#include <QCoreApplication>
#include <QDateTime>
#include <QKeyEvent>
#include "mythdate.h"
#include "mythcorecontext.h"
#include "mythdbcon.h"
#include "mythlogging.h"
#include "autodeletedeque.h"
#include "mythevent.h"
#include "mythtypes.h"
#include "programtypes.h"
#include "remoteutil.h"
#include "channelutil.h"
#include "cardutil.h"
#include "tvremoteutil.h"
#include "channelinfo.h"
#include "programinfo.h"
#include "recordingrule.h"
#include "tv_play.h"
#include "tv.h"
#include "tv_actions.h"
#include "recordingtypes.h"
#include "mythuibuttonlist.h"
#include "mythuiguidegrid.h"
#include "mythuistatetype.h"
#include "mythdialogbox.h"
#include "mythuiimage.h"
#include "mythuitext.h"
#include "mythmainwindow.h"
#include "mythrect.h"
#include "mythscreenstack.h"
#include "mythscreentype.h"
#include "mythuiactions.h"
#include "mythuiutils.h"
#include "mythgesture.h"
#include "progfind.h"
Go to the source code of this file.
|
#define | LOC QString("GuideGrid: ") |
|
#define | LOC_ERR QString("GuideGrid, Error: ") |
|
#define | LOC_WARN QString("GuideGrid, Warning: ") |
|
#define | MKKEY(IDX, SEL) ((((uint64_t)(IDX)) << 32) | (SEL)) |
|
◆ LOC
#define LOC QString("GuideGrid: ") |
◆ LOC_ERR
#define LOC_ERR QString("GuideGrid, Error: ") |
◆ LOC_WARN
#define LOC_WARN QString("GuideGrid, Warning: ") |
◆ MKKEY
#define MKKEY |
( |
|
IDX, |
|
|
|
SEL |
|
) |
| ((((uint64_t)(IDX)) << 32) | (SEL)) |
◆ SelectionIsTunable()
◆ has_action()
static bool has_action |
( |
const QString & |
action, |
|
|
const QStringList & |
actions |
|
) |
| |
|
static |
◆ CopyProglist()
◆ epgIsVisibleCond
QWaitCondition epgIsVisibleCond |
◆ kUnknownTitle
const QString kUnknownTitle = "" |
◆ kUpdateMS
constexpr std::chrono::milliseconds kUpdateMS { 60s } |
|
staticconstexpr |