MythTV  master
Classes | Typedefs | Functions | Variables
mythdb.cpp File Reference
#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"
Include dependency graph for mythdb.cpp:

Go to the source code of this file.

Classes

struct  SingleSetting
 
class  MythDBPrivate
 

Typedefs

using SettingsMap = QHash< QString, QString >
 

Functions

MythDBGetMythDB (void)
 
void DestroyMythDB (void)
 
MythDBGetMythTestDB ([[maybe_unused]] const QString &testname)
 
static void clear (SettingsMap &cache, SettingsMap &overrides, const QString &myKey)
 

Variables

static MythDBmythdb = nullptr
 
static QMutex dbLock
 
const char *const kSentinelValue { "<settings_sentinel_value>" }
 
const char *const kClearSettingValue { "<clear_setting_value>" }
 
static const int settings_reserve = 61
 

Typedef Documentation

◆ SettingsMap

using SettingsMap = QHash<QString,QString>

Definition at line 89 of file mythdb.cpp.

Function Documentation

◆ GetMythDB()

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().

◆ DestroyMythDB()

void DestroyMythDB ( void  )

Definition at line 55 of file mythdb.cpp.

Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().

◆ GetMythTestDB()

MythDB* GetMythTestDB ( [[maybe_unused] ] const QString &  testname)

Definition at line 60 of file mythdb.cpp.

◆ clear()

static void clear ( SettingsMap cache,
SettingsMap overrides,
const QString &  myKey 
)
static

Variable Documentation

◆ mythdb

MythDB* mythdb = nullptr
static

Definition at line 22 of file mythdb.cpp.

Referenced by MythDB::destroyMythDB(), and MythDB::getMythDB().

◆ dbLock

QMutex dbLock
static

Definition at line 23 of file mythdb.cpp.

Referenced by MythDB::destroyMythDB(), and MythDB::getMythDB().

◆ kSentinelValue

const char* const kSentinelValue { "<settings_sentinel_value>" }

◆ kClearSettingValue

const char* const kClearSettingValue { "<clear_setting_value>" }

Definition at line 27 of file mythdb.cpp.

Referenced by MythDB::ClearSettingOnHost(), and MythDB::SaveSettingOnHost().

◆ settings_reserve

const int settings_reserve = 61
static

Definition at line 118 of file mythdb.cpp.

Referenced by MythDB::ClearSettingsCache(), and MythDBPrivate::MythDBPrivate().