#include <QCoreApplication>
#include <QDir>
#include <QFileInfo>
#include <QDebug>
#include <QHostInfo>
#include <QMutex>
#include <QDateTime>
#include <QTcpSocket>
#include <QEventLoop>
#include <algorithm>
#include <cmath>
#include <iostream>
#include <queue>
#include <thread>
#include <vector>
#include "config.h"
#include "mythcontext.h"
#include "exitcodes.h"
#include "mythdate.h"
#include "remotefile.h"
#include "backendselect.h"
#include "dbsettings.h"
#include "langsettings.h"
#include "mythtranslation.h"
#include "mythevent.h"
#include "dbutil.h"
#include "mythmediamonitor.h"
#include "mythdb.h"
#include "mythdirs.h"
#include "mythversion.h"
#include "mythdialogbox.h"
#include "mythmainwindow.h"
#include "mythuihelper.h"
#include "mythimage.h"
#include "mythxmlclient.h"
#include "upnp.h"
#include "mythlogging.h"
#include "mythsystemlegacy.h"
#include "mythmiscutil.h"
#include "mythplugin.h"
#include "portchecker.h"
#include "guistartup.h"
#include <unistd.h>
#include "compat.h"
Go to the source code of this file.
|
#define | LOC QString("MythContext: ") |
|
◆ LOC
#define LOC QString("MythContext: ") |
◆ exec_program_cb()
static void exec_program_cb |
( |
const QString & |
cmd | ) |
|
|
static |
◆ exec_program_tv_cb()
static void exec_program_tv_cb |
( |
const QString & |
cmd | ) |
|
|
static |
◆ configplugin_cb()
static void configplugin_cb |
( |
const QString & |
cmd | ) |
|
|
static |
◆ plugin_cb()
static void plugin_cb |
( |
const QString & |
cmd | ) |
|
|
static |
◆ eject_cb()
static void eject_cb |
( |
void |
| ) |
|
|
static |
◆ gContext
This global variable contains the MythContext instance for the application.
Definition at line 64 of file mythcontext.cpp.
Referenced by cleanup(), ExitPrompter::Confirm(), doUpgradeMusicDatabaseSchema(), getDBParamters(), ExitPrompter::HandleExit(), InitializeDatabase(), DatabaseSettings::Load(), main(), HttpConfig::ProcessRequest(), RunMenu(), DatabaseSettings::Save(), UpgradeArchiveDatabaseSchema(), and UpgradeGameDatabaseSchema().
◆ sLocation
const QString sLocation = "MythContext" |
|
static |