MythTV  master
Public Member Functions | Public Attributes | List of all members
MythDBPrivate Class Reference
Collaboration diagram for MythDBPrivate:
Collaboration graph
[legend]

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< SingleSettingm_delayedSettings
 Settings which should be written to the database as soon as it becomes available. More...
 
bool m_haveDBConnection {false}
 
bool m_haveSchema {false}
 

Detailed Description

Definition at line 91 of file mythdb.cpp.

Constructor & Destructor Documentation

◆ MythDBPrivate()

MythDBPrivate::MythDBPrivate ( )

Definition at line 120 of file mythdb.cpp.

◆ ~MythDBPrivate()

MythDBPrivate::~MythDBPrivate ( )

Definition at line 126 of file mythdb.cpp.

Member Data Documentation

◆ m_dbParams

DatabaseParams MythDBPrivate::m_dbParams

Current database host & WOL details.

Definition at line 97 of file mythdb.cpp.

◆ m_localhostname

QString MythDBPrivate::m_localhostname

Definition at line 98 of file mythdb.cpp.

Referenced by MythDBPrivate().

◆ m_dbmanager

MDBManager MythDBPrivate::m_dbmanager

Definition at line 99 of file mythdb.cpp.

◆ m_ignoreDatabase

bool MythDBPrivate::m_ignoreDatabase {false}

Definition at line 101 of file mythdb.cpp.

◆ m_suppressDBMessages

bool MythDBPrivate::m_suppressDBMessages {true}

Definition at line 102 of file mythdb.cpp.

◆ m_settingsCacheLock

QReadWriteLock MythDBPrivate::m_settingsCacheLock

Definition at line 104 of file mythdb.cpp.

◆ m_useSettingsCache

volatile bool MythDBPrivate::m_useSettingsCache {false}

Definition at line 105 of file mythdb.cpp.

◆ m_settingsCache

SettingsMap MythDBPrivate::m_settingsCache

Permanent settings in the DB and overridden settings.

Definition at line 107 of file mythdb.cpp.

Referenced by MythDBPrivate().

◆ m_overriddenSettings

SettingsMap MythDBPrivate::m_overriddenSettings

Overridden this session only.

Definition at line 109 of file mythdb.cpp.

◆ m_delayedSettings

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.

◆ m_haveDBConnection

bool MythDBPrivate::m_haveDBConnection {false}

Definition at line 114 of file mythdb.cpp.

◆ m_haveSchema

bool MythDBPrivate::m_haveSchema {false}

Definition at line 115 of file mythdb.cpp.


The documentation for this class was generated from the following file: