|
MythTV master
|
#include <libmythtv/restoredata.h>
Public Slots | |
| void | Restore (void) |
Public Slots inherited from StandardSetting | |
| virtual void | setEnabled (bool enabled) |
| virtual void | setReadOnly (bool readonly) |
| void | setVisible (bool visible) |
| virtual void | setValue (const QString &newValue) |
| virtual void | setValue (int newValue) |
| virtual void | childChanged (StandardSetting *) |
Public Member Functions | |
| RestoreData (uint sourceid, bool useGUI=true) | |
| void | Load (void) override |
| void | Save (void) override |
| bool | doSave (void) |
| QString | doRestore (bool do_xmltvid, bool do_icon, bool do_visible) |
Public Member Functions inherited from GroupSetting | |
| GroupSetting ()=default | |
| void | edit (MythScreenType *screen) override |
| void | resultEdit (DialogCompletionEvent *) override |
| virtual void | applyChange () |
| void | updateButton (MythUIButtonListItem *item) override |
| This method is called whenever the UI need to reflect a change Reimplement this If you widget need a custom look. More... | |
| virtual bool | canDelete (void) |
| virtual void | deleteEntry (void) |
Public Member Functions inherited from StandardSetting | |
| virtual void | setLabel (QString str) |
| QString | getLabel (void) const |
| virtual void | setHelpText (const QString &str) |
| QString | getHelpText (void) const |
| virtual void | setName (const QString &name) |
| QString | getName (void) const |
| StandardSetting * | byName (const QString &name) |
| bool | isVisible (void) const |
| bool | isEnabled () const |
| bool | isReadOnly () const |
| bool | haveChanged () |
| Return true if the setting have changed or any of its children. More... | |
| void | setChanged (bool changed) |
| StandardSetting * | getParent () const |
| virtual QString | getValue (void) const |
| virtual void | updateButton (MythUIButtonListItem *item) |
| This method is called whenever the UI need to reflect a change Reimplement this If you widget need a custom look. More... | |
| void | SetDBValue (const QString &val) override |
| QString | GetDBValue (void) const override |
| MythUIButtonListItem * | createButton (MythUIButtonList *list) |
| virtual void | addChild (StandardSetting *child) |
| virtual void | removeChild (StandardSetting *child) |
| virtual QList< StandardSetting * > * | getSubSettings () |
| virtual bool | haveSubSettings () |
| virtual void | clearSettings () |
| void | clearTargetedSettings (const QString &value) |
| virtual void | edit (MythScreenType *screen)=0 |
| virtual void | resultEdit (DialogCompletionEvent *dce)=0 |
| virtual void | Load (void) |
| virtual void | Save (void) |
| virtual void | Open (void) |
| virtual void | Close (void) |
| Storage * | GetStorage (void) const |
| void | addTargetedChild (const QString &value, StandardSetting *setting) |
| void | addTargetedChildren (const QString &value, std::initializer_list< StandardSetting * > settings) |
| void | removeTargetedChild (const QString &value, StandardSetting *child) |
| virtual bool | keyPressEvent (QKeyEvent *event) |
| void | MoveToThread (QThread *thread) |
Public Member Functions inherited from StorageUser | |
| virtual void | SetDBValue (const QString &)=0 |
| virtual QString | GetDBValue (void) const =0 |
| virtual | ~StorageUser ()=default |
Static Public Member Functions | |
| static RestoreData * | getInstance (uint sourceid) |
| static void | freeInstance () |
Public Attributes | |
| int | m_num_channels {0} |
| int | m_num_xmltvid {0} |
| int | m_num_icon {0} |
| int | m_num_visible {0} |
Private Attributes | |
| VideoSourceShow * | m_videosource {nullptr} |
| RestoreXMLTVID * | m_restoreXMLTVID {nullptr} |
| RestoreVisible * | m_restoreVisible {nullptr} |
| RestoreIcon * | m_restoreIcon {nullptr} |
| uint | m_sourceid {0} |
| bool | m_useGUI {false} |
| std::vector< OldChannelData > | m_ocd |
Static Private Attributes | |
| static RestoreData * | s_Instance = nullptr |
Additional Inherited Members | |
Signals inherited from StandardSetting | |
| void | valueChanged (const QString &newValue) |
| void | valueChanged (StandardSetting *setting) |
| void | ShouldRedraw (StandardSetting *setting) |
| void | settingsChanged (StandardSetting *selectedSetting=nullptr) |
| void | ChangeSaved () |
| void | helpTextChanged (const QString &newValue) |
Protected Member Functions inherited from StandardSetting | |
| StandardSetting (Storage *_storage=nullptr) | |
| ~StandardSetting () override | |
| void | setParent (StandardSetting *parent) |
Protected Attributes inherited from StandardSetting | |
| QString | m_settingValue |
| bool | m_enabled {true} |
| bool | m_readonly {false} |
| QString | m_label |
| QString | m_helptext |
| QString | m_name |
| bool | m_visible {true} |
Definition at line 82 of file restoredata.h.
Definition at line 128 of file restoredata.cpp.
Referenced by getInstance().
Definition at line 172 of file restoredata.cpp.
Referenced by V2Channel::GetRestoreData(), and Restore().
| bool RestoreData::doSave | ( | void | ) |
Definition at line 424 of file restoredata.cpp.
Referenced by Save(), and V2Channel::SaveRestoreData().
|
static |
Definition at line 119 of file restoredata.cpp.
Referenced by V2Channel::SaveRestoreData().
|
static |
Definition at line 104 of file restoredata.cpp.
Referenced by V2Channel::GetRestoreData(), and V2Channel::SaveRestoreData().
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 413 of file restoredata.cpp.
|
slot |
Definition at line 162 of file restoredata.cpp.
Referenced by RestoreData().
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 419 of file restoredata.cpp.
| int RestoreData::m_num_channels {0} |
Definition at line 111 of file restoredata.h.
Referenced by doRestore(), and V2Channel::GetRestoreData().
| int RestoreData::m_num_icon {0} |
Definition at line 113 of file restoredata.h.
Referenced by doRestore(), and V2Channel::GetRestoreData().
| int RestoreData::m_num_visible {0} |
Definition at line 114 of file restoredata.h.
Referenced by doRestore(), and V2Channel::GetRestoreData().
| int RestoreData::m_num_xmltvid {0} |
Definition at line 112 of file restoredata.h.
Referenced by doRestore(), and V2Channel::GetRestoreData().
|
private |
Definition at line 107 of file restoredata.h.
Referenced by doRestore(), and doSave().
|
private |
Definition at line 102 of file restoredata.h.
Referenced by Restore(), and RestoreData().
|
private |
Definition at line 101 of file restoredata.h.
Referenced by Restore(), and RestoreData().
|
private |
Definition at line 100 of file restoredata.h.
Referenced by Restore(), and RestoreData().
|
private |
Definition at line 104 of file restoredata.h.
Referenced by doRestore(), getInstance(), and RestoreData().
Definition at line 105 of file restoredata.h.
Referenced by doRestore(), Restore(), and RestoreData().
|
private |
Definition at line 99 of file restoredata.h.
Referenced by RestoreData().
|
staticprivate |
Definition at line 98 of file restoredata.h.
Referenced by freeInstance(), and getInstance().