|
MythTV
0.26-pre
|
#include <mythstorage.h>
Public Member Functions | |
| TransientStorage () | |
| virtual | ~TransientStorage () |
| virtual void | Load (void) |
| virtual void | Save (void) |
| virtual void | Save (QString) |
Definition at line 95 of file mythstorage.h.
| TransientStorage::TransientStorage | ( | ) | [inline] |
Definition at line 98 of file mythstorage.h.
| virtual TransientStorage::~TransientStorage | ( | ) | [inline, virtual] |
Definition at line 99 of file mythstorage.h.
| virtual void TransientStorage::Load | ( | void | ) | [inline, virtual] |
Implements Storage.
Reimplemented in InputGroup, HDHomeRunDeviceIDList, TransFreqTableSelector, VideoSourceSelector, TransportList, InputSelector, ChannelID, and MultiplexSetting.
Definition at line 101 of file mythstorage.h.
| virtual void TransientStorage::Save | ( | void | ) | [inline, virtual] |
Implements Storage.
Reimplemented in InputGroup, TransFreqTableSelector, and ChannelID.
Definition at line 102 of file mythstorage.h.
| virtual void TransientStorage::Save | ( | QString | ) | [inline, virtual] |
Reimplemented from Storage.
Reimplemented in ChannelID.
Definition at line 103 of file mythstorage.h.
1.7.6.1