MythTV  master
Public Member Functions | Public Attributes | List of all members
ProfileGroupStorage Class Reference

#include <profilegroup.h>

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

Public Member Functions

 ProfileGroupStorage (StorageUser *_user, const ProfileGroup &_parentProfile, const QString &_name)
 
QString GetSetClause (MSqlBindings &bindings) const override
 
QString GetWhereClause (MSqlBindings &bindings) const override
 
- 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
 

Public Attributes

const ProfileGroupm_parent
 

Additional Inherited Members

- Protected Member Functions inherited from DBStorage
QString GetColumnName (void) const
 
QString GetTableName (void) const
 
- 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 13 of file profilegroup.h.

Constructor & Destructor Documentation

◆ ProfileGroupStorage()

ProfileGroupStorage::ProfileGroupStorage ( StorageUser _user,
const ProfileGroup _parentProfile,
const QString &  _name 
)
inline

Definition at line 16 of file profilegroup.h.

Member Function Documentation

◆ GetSetClause()

QString ProfileGroupStorage::GetSetClause ( MSqlBindings bindings) const
overridevirtual

Reimplemented from SimpleDBStorage.

Definition at line 19 of file profilegroup.cpp.

◆ GetWhereClause()

QString ProfileGroupStorage::GetWhereClause ( MSqlBindings bindings) const
overridevirtual

Implements SimpleDBStorage.

Definition at line 9 of file profilegroup.cpp.

Member Data Documentation

◆ m_parent

const ProfileGroup& ProfileGroupStorage::m_parent

Definition at line 26 of file profilegroup.h.

Referenced by GetSetClause(), and GetWhereClause().


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