|
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 91 of file mythdb.cpp.
| MythDBPrivate::MythDBPrivate | ( | ) |
Definition at line 120 of file mythdb.cpp.
| MythDBPrivate::~MythDBPrivate | ( | ) |
Definition at line 126 of file mythdb.cpp.
| MDBManager MythDBPrivate::m_dbmanager |
Definition at line 99 of file mythdb.cpp.
| DatabaseParams MythDBPrivate::m_dbParams |
Current database host & WOL details.
Definition at line 97 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 112 of file mythdb.cpp.
| bool MythDBPrivate::m_haveDBConnection {false} |
Definition at line 114 of file mythdb.cpp.
| bool MythDBPrivate::m_haveSchema {false} |
Definition at line 115 of file mythdb.cpp.
| bool MythDBPrivate::m_ignoreDatabase {false} |
Definition at line 101 of file mythdb.cpp.
| QString MythDBPrivate::m_localhostname |
Definition at line 98 of file mythdb.cpp.
Referenced by MythDBPrivate().
| SettingsMap MythDBPrivate::m_overriddenSettings |
Overridden this session only.
Definition at line 109 of file mythdb.cpp.
| SettingsMap MythDBPrivate::m_settingsCache |
Permanent settings in the DB and overridden settings.
Definition at line 107 of file mythdb.cpp.
Referenced by MythDBPrivate().
| QReadWriteLock MythDBPrivate::m_settingsCacheLock |
Definition at line 104 of file mythdb.cpp.
| bool MythDBPrivate::m_suppressDBMessages {true} |
Definition at line 102 of file mythdb.cpp.
| volatile bool MythDBPrivate::m_useSettingsCache {false} |
Definition at line 105 of file mythdb.cpp.