|
MythTV master
|
#include <libmythbase/mythstorage.h>
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) |
Definition at line 23 of file mythstorage.h.
|
default |
|
virtualdefault |
|
inlinevirtual |
Reimplemented in SimpleDBStorage.
Definition at line 32 of file mythstorage.h.
|
pure virtual |
Implemented in SimpleDBStorage, TransientStorage, SampleRate, and MPEG2audType.
Referenced by StandardSetting::Load(), ASIDevice::Load(), and VBoxDeviceID::Load().
|
inlinevirtual |
Reimplemented in TransientStorage, SimpleDBStorage, HostDBStorage, and GlobalDBStorage.
Definition at line 31 of file mythstorage.h.
|
pure virtual |
Implemented in SimpleDBStorage, TransientStorage, HostDBStorage, HostDBStorage, GlobalDBStorage, and GlobalDBStorage.
Referenced by StandardSetting::Save(), EmptyAudioDevice::Save(), and EmptyVBIDevice::Save().
|
inlinevirtual |
Reimplemented in SimpleDBStorage.
Definition at line 33 of file mythstorage.h.
Referenced by EmptyAudioDevice::Save(), and EmptyVBIDevice::Save().