MythTV
master
|
#include <QCoreApplication>
#include <QDateTime>
#include <QEvent>
#include <QList>
#include <QRect>
#include <QStringList>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/programtypes.h"
#include "libmythtv/tv_actions.h"
#include "libmythtv/tv_play.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 "guidegrid.h"
#include "progfind.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("ProgFinder: ") |
#define | LOC_ERR QString("ProgFinder, Error: ") |
#define | LOC_WARN QString("ProgFinder, Warning: ") |
Functions | |
void | RunProgramFinder (TV *player, bool embedVideo, bool allowEPG) |
#define LOC QString("ProgFinder: ") |
Definition at line 27 of file progfind.cpp.
#define LOC_ERR QString("ProgFinder, Error: ") |
Definition at line 28 of file progfind.cpp.
#define LOC_WARN QString("ProgFinder, Warning: ") |
Definition at line 29 of file progfind.cpp.
Definition at line 31 of file progfind.cpp.
Referenced by SetFuncPtrs(), GuideGrid::showProgFinder(), and startFinder().