MythTV
master
|
#include <QString>
#include <QMap>
#include <QList>
#include <QHostAddress>
#include "mythsystemevent.h"
Go to the source code of this file.
Classes | |
class | Frontend |
class | BackendContext |
Variables | |
QMap< int, EncoderLink * > | tvList |
AutoExpire * | expirer |
JobQueue * | jobqueue |
HouseKeeper * | housekeeping |
MediaServer * | g_pUPnp |
BackendContext * | gBackendContext |
QString | pidfile |
QString | logfile |
MythSystemEventHandler * | sysEventHandler |
QMap<int, EncoderLink *> tvList |
Definition at line 7 of file backendcontext.cpp.
AutoExpire* expirer |
Definition at line 8 of file backendcontext.cpp.
JobQueue* jobqueue |
Definition at line 9 of file backendcontext.cpp.
Referenced by cleanup(), HttpStatus::FillStatusXML(), main(), and run_backend().
HouseKeeper* housekeeping |
Definition at line 10 of file backendcontext.cpp.
Referenced by cleanup(), main(), 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(), Myth::GetFrontends(), MainServer::HandleAnnounce(), and run_backend().
QString pidfile |
Definition at line 13 of file backendcontext.cpp.
Referenced by cleanup(), main(), and openPidfile().
QString logfile |
Definition at line 14 of file backendcontext.cpp.
Referenced by MythCommandLineParser::ConfigureLogging(), LogForwardThread::forwardMessage(), MythCommandLineParser::GetLogFilePath(), logStart(), and main().
MythSystemEventHandler* sysEventHandler |
Definition at line 15 of file backendcontext.cpp.
Referenced by cleanup(), main(), and run_backend().