MythTV  master
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
CaptureCardDBStorage Class Reference

#include <videosource.h>

Inheritance diagram for CaptureCardDBStorage:
Inheritance graph
[legend]
Collaboration diagram for CaptureCardDBStorage:
Collaboration graph
[legend]

Public Member Functions

 CaptureCardDBStorage (StorageUser *_user, const CaptureCard &_parent, const QString &_name)
 
- Public Member Functions inherited from SimpleDBStorage
 SimpleDBStorage (StorageUser *user, const QString &table, const QString &column)
 
 ~SimpleDBStorage () override=default
 
void Load (void) override
 
void Save (void) override
 
void Save (const QString &table) override
 
bool IsSaveRequired (void) const override
 
void SetSaveRequired (void) override
 
- Public Member Functions inherited from DBStorage
 DBStorage (StorageUser *user, QString table, QString column)
 
 ~DBStorage () override=default
 
- Public Member Functions inherited from Storage
 Storage ()=default
 
virtual ~Storage ()=default
 

Protected Member Functions

int getCardID (void) const
 
QString GetSetClause (MSqlBindings &bindings) const override
 
QString GetWhereClause (MSqlBindings &bindings) const override
 
- Protected Member Functions inherited from DBStorage
QString GetColumnName (void) const
 
QString GetTableName (void) const
 

Private Attributes

const CaptureCardm_parent
 

Additional Inherited Members

- Protected Attributes inherited from SimpleDBStorage
QString m_initval
 
- Protected Attributes inherited from DBStorage
StorageUserm_user {nullptr}
 
QString m_tablename
 
QString m_columnname
 

Detailed Description

Definition at line 229 of file videosource.h.

Constructor & Destructor Documentation

◆ CaptureCardDBStorage()

CaptureCardDBStorage::CaptureCardDBStorage ( StorageUser _user,
const CaptureCard _parent,
const QString &  _name 
)
inline

Definition at line 232 of file videosource.h.

Member Function Documentation

◆ getCardID()

int CaptureCardDBStorage::getCardID ( void  ) const
protected

Definition at line 3504 of file videosource.cpp.

◆ GetSetClause()

QString CaptureCardDBStorage::GetSetClause ( MSqlBindings bindings) const
overrideprotectedvirtual

Reimplemented from SimpleDBStorage.

Definition at line 246 of file videosource.cpp.

◆ GetWhereClause()

QString CaptureCardDBStorage::GetWhereClause ( MSqlBindings bindings) const
overrideprotectedvirtual

Implements SimpleDBStorage.

Definition at line 235 of file videosource.cpp.

Member Data Documentation

◆ m_parent

const CaptureCard& CaptureCardDBStorage::m_parent
private

Definition at line 245 of file videosource.h.

Referenced by getCardID(), GetSetClause(), and GetWhereClause().


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