MythTV
master
|
Public Member Functions | |
MythDBPrivate () | |
~MythDBPrivate () | |
Public Attributes | |
DatabaseParams | m_dbParams |
Current database host & WOL details. More... | |
QString | m_localhostname |
MDBManager | m_dbmanager |
bool | m_ignoreDatabase {false} |
bool | m_suppressDBMessages {true} |
QReadWriteLock | m_settingsCacheLock |
volatile bool | m_useSettingsCache {false} |
SettingsMap | m_settingsCache |
Permanent settings in the DB and overridden settings. More... | |
SettingsMap | m_overriddenSettings |
Overridden this session only. More... | |
QList< SingleSetting > | m_delayedSettings |
Settings which should be written to the database as soon as it becomes available. More... | |
bool | m_haveDBConnection {false} |
bool | m_haveSchema {false} |
Definition at line 92 of file mythdb.cpp.
MythDBPrivate::MythDBPrivate | ( | ) |
Definition at line 121 of file mythdb.cpp.
MythDBPrivate::~MythDBPrivate | ( | ) |
Definition at line 127 of file mythdb.cpp.
DatabaseParams MythDBPrivate::m_dbParams |
Current database host & WOL details.
Definition at line 98 of file mythdb.cpp.
QString MythDBPrivate::m_localhostname |
Definition at line 99 of file mythdb.cpp.
Referenced by MythDBPrivate().
MDBManager MythDBPrivate::m_dbmanager |
Definition at line 100 of file mythdb.cpp.
Definition at line 102 of file mythdb.cpp.
Definition at line 103 of file mythdb.cpp.
QReadWriteLock MythDBPrivate::m_settingsCacheLock |
Definition at line 105 of file mythdb.cpp.
Definition at line 106 of file mythdb.cpp.
SettingsMap MythDBPrivate::m_settingsCache |
Permanent settings in the DB and overridden settings.
Definition at line 108 of file mythdb.cpp.
Referenced by MythDBPrivate().
SettingsMap MythDBPrivate::m_overriddenSettings |
Overridden this session only.
Definition at line 110 of file mythdb.cpp.
QList<SingleSetting> MythDBPrivate::m_delayedSettings |
Settings which should be written to the database as soon as it becomes available.
Definition at line 113 of file mythdb.cpp.
Definition at line 115 of file mythdb.cpp.
Definition at line 116 of file mythdb.cpp.