MythTV
master
|
#include "mythdb.h"
#include <vector>
#include <QReadWriteLock>
#include <QTextStream>
#include <QSqlError>
#include <QMutex>
#include <QFile>
#include <QHash>
#include <QDir>
#include <QRegularExpression>
#include <QStandardPaths>
#include "mythconfig.h"
#include "mythdbcon.h"
#include "mythlogging.h"
#include "mythdirs.h"
#include "mythcorecontext.h"
#include "mythrandom.h"
Go to the source code of this file.
Classes | |
struct | SingleSetting |
class | MythDBPrivate |
Typedefs | |
using | SettingsMap = QHash< QString, QString > |
Functions | |
MythDB * | GetMythDB (void) |
void | DestroyMythDB (void) |
MythDB * | GetMythTestDB ([[maybe_unused]] const QString &testname) |
static void | clear (SettingsMap &cache, SettingsMap &overrides, const QString &myKey) |
Variables | |
static MythDB * | mythdb = nullptr |
static QMutex | dbLock |
const char *const | kSentinelValue { "<settings_sentinel_value>" } |
const char *const | kClearSettingValue { "<clear_setting_value>" } |
static const int | settings_reserve = 61 |
using SettingsMap = QHash<QString,QString> |
Definition at line 89 of file mythdb.cpp.
MythDB* GetMythDB | ( | void | ) |
Definition at line 50 of file mythdb.cpp.
Referenced by MythUIAnimation::Activate(), AddPaintEngine(), MSqlQuery::ChannelCon(), MythThemedMenu::checkPinCode(), LCD::connectToHost(), DBUtil::CountClients(), MythPainterWindow::CreatePainters(), MythThemedMenu::customEvent(), MythMainWindow::customEvent(), DBUtil::DoBackup(), RadioStreamUpdateTask::DoCheckRun(), JobQueue::DoFlagCommercialsThread(), JobQueue::DoMetadataLookupThread(), JobQueue::DoTranscodeThread(), doUpgradeMusicDatabaseSchema(), doUpgradeTVDatabaseSchema(), JobQueue::DoUserJobThread(), MythScreenStack::EnableEffects(), MythMainWindow::EnterStandby(), MythMainWindow::ExitStandby(), Myth::GetConnectionInfo(), V2Myth::GetConnectionInfo(), V2Config::GetDatabaseStatus(), getDBParamters(), MythDisplay::GetDesiredScreen(), MythMainWindow::GetKey(), MythUIThemeCache::GetThemeCacheDir(), MythMainWindow::Init(), MythLocale::Init(), MediaServer::Init(), LCD::init(), MSqlQuery::InitCon(), MythDisplay::Initialise(), InitializeDatabase(), MythDisplay::InitScreenBounds(), UPnpDeviceDesc::InternalLoad(), MythUITextEdit::keyPressEvent(), DatabaseSettings::Load(), main(), MythUIThemeCache::MythUIThemeCache(), MSqlDatabase::OpenDatabase(), RemoteFile::openSocket(), MythThemedMenu::parseThemeButton(), MDBManager::popConnection(), MSqlQuery::prepare(), MythUIThemeCache::PruneCacheDir(), MythMainWindow::RegisterJump(), MythMainWindow::RegisterKey(), MPoolThread::run(), DatabaseSettings::Save(), EditMetadataCommon::saveAll(), MythMainWindow::SaveScreenShot(), MythDB::SaveSettingOnHost(), MSqlQuery::SchedCon(), LCD::SetupLCD(), MythThemedMenu::ShowMenu(), EditAlbumartDialog::showMenu(), MythMainWindow::ShowMouseCursor(), MythInputDeviceHandler::Start(), MSqlQuery::testDBConnection(), MThread::ThreadCleanup(), DBPurgeHandler::timerEvent(), MainServer::TruncateAndClose(), MusicMetadata::updateStreamList(), MusicPlayer::updateVolatileMetadata(), UpgradeArchiveDatabaseSchema(), UpgradeGameDatabaseSchema(), UpgradeMusicDatabaseSchema(), UpgradeTVDatabaseSchema(), MSqlQuery::~MSqlQuery(), and MythCoreContextPrivate::~MythCoreContextPrivate().
void DestroyMythDB | ( | void | ) |
Definition at line 55 of file mythdb.cpp.
Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().
MythDB* GetMythTestDB | ( | [[maybe_unused] ] const QString & | testname | ) |
Definition at line 60 of file mythdb.cpp.
|
static |
Definition at line 896 of file mythdb.cpp.
Referenced by DeleteMap::CleanMap(), MarkedFiles::Clear(), MythDB::ClearSettingsCache(), DeviceManager::CloseDevices(), MarkedFiles::Initialise(), MpegRecorder::Pause(), and NuppelVideoRecorder::Pause().
|
static |
Definition at line 22 of file mythdb.cpp.
Referenced by MythDB::destroyMythDB(), and MythDB::getMythDB().
|
static |
Definition at line 23 of file mythdb.cpp.
Referenced by MythDB::destroyMythDB(), and MythDB::getMythDB().
const char* const kSentinelValue { "<settings_sentinel_value>" } |
Definition at line 26 of file mythdb.cpp.
Referenced by MythDB::GetBoolSetting(), MythDB::GetFloatSetting(), MythDB::GetFloatSettingOnHost(), MythDB::GetNumSetting(), MythDB::GetNumSettingOnHost(), MythDB::GetSetting(), and MythDB::GetSettingOnHost().
const char* const kClearSettingValue { "<clear_setting_value>" } |
Definition at line 27 of file mythdb.cpp.
Referenced by MythDB::ClearSettingOnHost(), and MythDB::SaveSettingOnHost().
|
static |
Definition at line 118 of file mythdb.cpp.
Referenced by MythDB::ClearSettingsCache(), and MythDBPrivate::MythDBPrivate().