MythTV  master
Public Member Functions | List of all members
Storage Class Referenceabstract

#include <mythstorage.h>

Inheritance diagram for Storage:
Inheritance graph
[legend]

Public Member Functions

 Storage ()=default
 
virtual ~Storage ()=default
 
virtual void Load (void)=0
 
virtual void Save (void)=0
 
virtual void Save (const QString &)
 
virtual bool IsSaveRequired (void) const
 
virtual void SetSaveRequired (void)
 

Detailed Description

Definition at line 23 of file mythstorage.h.

Constructor & Destructor Documentation

◆ Storage()

Storage::Storage ( )
default

◆ ~Storage()

virtual Storage::~Storage ( )
virtualdefault

Member Function Documentation

◆ Load()

virtual void Storage::Load ( void  )
pure virtual

◆ Save() [1/2]

virtual void Storage::Save ( void  )
pure virtual

◆ Save() [2/2]

virtual void Storage::Save ( const QString &  )
inlinevirtual

Reimplemented in SimpleDBStorage, and TransientStorage.

Definition at line 31 of file mythstorage.h.

◆ IsSaveRequired()

virtual bool Storage::IsSaveRequired ( void  ) const
inlinevirtual

Reimplemented in SimpleDBStorage.

Definition at line 32 of file mythstorage.h.

◆ SetSaveRequired()

virtual void Storage::SetSaveRequired ( void  )
inlinevirtual

Reimplemented in SimpleDBStorage.

Definition at line 33 of file mythstorage.h.

Referenced by EmptyAudioDevice::Save(), and EmptyVBIDevice::Save().


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