MythTV  master
Classes | Functions
mythdb.h File Reference
#include <QMap>
#include <QString>
#include <QVariant>
#include "mythbaseexp.h"
#include "mythdbcon.h"
#include "mythdbparams.h"
Include dependency graph for mythdb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythDB
 

Functions

MBASE_PUBLIC MythDBGetMythDB ()
 
MBASE_PUBLIC void DestroyMythDB ()
 
MBASE_PUBLIC MythDBGetMythTestDB (const QString &testname)
 

Function Documentation

◆ GetMythDB()

MBASE_PUBLIC MythDB* GetMythDB ( )

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

MBASE_PUBLIC void DestroyMythDB ( )

Definition at line 55 of file mythdb.cpp.

Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().

◆ GetMythTestDB()

MBASE_PUBLIC MythDB* GetMythTestDB ( const QString &  testname)