|
MythTV
0.27pre
|
Go to the source code of this file.
Classes | |
| struct | SingleSetting |
| class | MythDBPrivate |
Typedefs | |
| typedef QHash< QString, QString > | SettingsMap |
Functions | |
| MythDB * | GetMythDB (void) |
| void | DestroyMythDB (void) |
| static void | clear (SettingsMap &cache, SettingsMap &overrides, const QString &myKey) |
Variables | |
| static MythDB * | mythdb = NULL |
| static QMutex | dbLock |
| const char * | kSentinelValue = "<settings_sentinel_value>" |
| const char * | kClearSettingValue = "<clear_setting_value>" |
| static const int | settings_reserve = 61 |
| typedef QHash<QString,QString> SettingsMap |
Definition at line 63 of file mythdb.cpp.
| MythDB* GetMythDB | ( | void | ) |
Definition at line 46 of file mythdb.cpp.
Referenced by UPnpDeviceDesc::_InternalLoad(), DDStructureParser::characters(), MythThemedMenu::checkPinCode(), DBConfiguration::ClearValue(), LCD::connectToHost(), MythThemedMenu::customEvent(), MythMainWindow::customEvent(), MSqlQuery::DDCon(), JobQueue::DoFlagCommercialsThread(), JobQueue::DoMetadataLookupThread(), JobQueue::DoTranscodeThread(), JobQueue::DoUserJobThread(), MythMainWindow::EnterStandby(), MythMainWindow::ExitStandby(), MythUIHelper::FindMenuThemeDir(), MythUIHelper::FindThemeDir(), MythMainWindow::GetKey(), MythUIHelperPrivate::GetScreenBounds(), MythUIHelper::GetThemeCacheDir(), DBConfiguration::GetValue(), MythLocale::Init(), MythMainWindow::Init(), MythUIHelper::Init(), LCD::init(), MSqlQuery::InitCon(), DisplayRes::Initialize(), InitializeMythSchema(), DatabaseLogger::isDatabaseReady(), MythUITextEdit::keyPressEvent(), MythUIHelper::LoadQtConfig(), main(), MythUIClock::MythUIClock(), MSqlDatabase::OpenDatabase(), RemoteFile::openSocket(), MythThemedMenu::parseThemeButton(), MSqlQuery::prepare(), MythMainWindow::RegisterJump(), MythMainWindow::RegisterKey(), ScreenSaverX11Private::ResetTimer(), MPoolThread::run(), EditMetadataCommon::saveAll(), MythMainWindow::SaveScreenShot(), MythDB::SaveSettingOnHost(), MSqlQuery::SchedCon(), LCD::SetupLCD(), DBConfiguration::SetValue(), MythThemedMenu::ShowMenu(), EditAlbumartDialog::showMenu(), MythMainWindow::ShowMouseCursor(), MythMainWindow::StartLIRC(), MythUIHelperPrivate::StoreGUIsettings(), MSqlQuery::testDBConnection(), MThread::ThreadCleanup(), DBPurgeHandler::timerEvent(), MainServer::TruncateAndClose(), MusicPlayer::updateVolatileMetadata(), UpgradeMusicDatabaseSchema(), UpgradeTVDatabaseSchema(), MSqlQuery::~MSqlQuery(), and MythCoreContextPrivate::~MythCoreContextPrivate().
Definition at line 51 of file mythdb.cpp.
Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().
|
static |
Definition at line 816 of file mythdb.cpp.
Referenced by DeleteMap::CleanMap(), VideoBuffers::Clear(), VideoOutput::ClearDummyFrame(), MythDB::ClearSettingsCache(), ComboBoxSetting::configWidget(), ListBoxSetting::configWidget(), VideoOutputNull::CreatePauseFrame(), VideoOutputOpenGL::CreatePauseFrame(), VideoOutputXv::CreatePauseFrame(), MpegRecorder::Pause(), NuppelVideoRecorder::Pause(), ProgramInfo::ProgramInfo(), Q_DECLARE_METATYPE(), MythDVDPlayer::SetBookmark(), and MythRemoteLineEdit::setText().
|
static |
Definition at line 18 of file mythdb.cpp.
Referenced by MythDB::destroyMythDB(), and MythDB::getMythDB().
|
static |
Definition at line 19 of file mythdb.cpp.
Referenced by MythDB::destroyMythDB(), and MythDB::getMythDB().
| const char* kSentinelValue = "<settings_sentinel_value>" |
Definition at line 22 of file mythdb.cpp.
Referenced by MythDB::GetFloatSetting(), MythDB::GetFloatSettingOnHost(), MythDB::GetNumSetting(), MythDB::GetNumSettingOnHost(), MythDB::GetSetting(), and MythDB::GetSettingOnHost().
| const char* kClearSettingValue = "<clear_setting_value>" |
Definition at line 23 of file mythdb.cpp.
Referenced by MythDB::ClearSettingOnHost(), and MythDB::SaveSettingOnHost().
|
static |
Definition at line 92 of file mythdb.cpp.
Referenced by MythDB::ClearSettingsCache(), and MythDBPrivate::MythDBPrivate().
1.8.1.2