MythTV
master
|
#include <QString>
#include <QMap>
#include <QList>
#include <QHostAddress>
#include "libmythtv/mythsystemevent.h"
Go to the source code of this file.
Classes | |
class | Frontend |
class | BackendContext |
Variables | |
QMap< int, EncoderLink * > | gTVList |
AutoExpire * | gExpirer |
JobQueue * | gJobQueue |
HouseKeeper * | gHousekeeping |
MediaServer * | g_pUPnp |
BackendContext * | gBackendContext |
QString | gPidFile |
MythSystemEventHandler * | gSysEventHandler |
QMap<int, EncoderLink *> gTVList |
Definition at line 7 of file backendcontext.cpp.
Referenced by FillEncoderList(), Dvr::GetEncoderList(), handle_command(), run_backend(), setupTVs(), and V2Status::V2Status().
AutoExpire* gExpirer |
Definition at line 8 of file backendcontext.cpp.
Referenced by cleanup(), Dvr::GetExpiringList(), V2Dvr::GetExpiringList(), handle_command(), MainServer::MainServer(), run_backend(), and AutoExpire::Update().
JobQueue* gJobQueue |
Definition at line 9 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().
HouseKeeper* gHousekeeping |
Definition at line 10 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().
MediaServer* g_pUPnp |
Definition at line 11 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().
BackendContext* gBackendContext |
Definition at line 12 of file backendcontext.cpp.
Referenced by cleanup(), MainServer::connectionClosed(), FillFrontendList(), Myth::GetFrontends(), MainServer::HandleAnnounce(), and run_backend().
QString gPidFile |
Definition at line 13 of file backendcontext.cpp.
MythSystemEventHandler* gSysEventHandler |
Definition at line 14 of file backendcontext.cpp.
Referenced by cleanup(), and run_backend().