MythTV  master
Macros | Functions
progfind.cpp File Reference
#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"
Include dependency graph for progfind.cpp:

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)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("ProgFinder: ")

Definition at line 27 of file progfind.cpp.

◆ LOC_ERR

#define LOC_ERR   QString("ProgFinder, Error: ")

Definition at line 28 of file progfind.cpp.

◆ LOC_WARN

#define LOC_WARN   QString("ProgFinder, Warning: ")

Definition at line 29 of file progfind.cpp.

Function Documentation

◆ RunProgramFinder()

void RunProgramFinder ( TV player,
bool  embedVideo,
bool  allowEPG 
)

Definition at line 31 of file progfind.cpp.

Referenced by SetFuncPtrs(), GuideGrid::showProgFinder(), and startFinder().