|
MythTV master
|
#include <libmythtv/channelscan/panedvbc.h>
Public Member Functions | |
| PaneDVBC (const QString &target, StandardSetting *setting) | |
| QString | frequency (void) const |
| QString | symbolrate (void) const |
| QString | modulation (void) const |
| QString | modsys (void) const |
| QString | inversion (void) const |
| QString | fec (void) const |
| void | setFrequency (uint frequency) |
| void | setSymbolrate (const QString &symbolrate) |
| void | setModulation (const QString &modulation) |
| void | setModsys (const QString &modsys) |
| void | setInversion (const QString &inversion) |
| void | setFec (const QString &fec) |
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 |
Protected Attributes | |
| ScanFrequency * | m_pfrequency {nullptr} |
| ScanDVBCSymbolRate * | m_psymbolrate {nullptr} |
| ScanModulation * | m_pmodulation {nullptr} |
| ScanDVBCModSys * | m_pmodsys {nullptr} |
| ScanInversion * | m_pinversion {nullptr} |
| ScanFec * | m_pfec {nullptr} |
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} |
Additional Inherited Members | |
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 *) |
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) |
Definition at line 36 of file panedvbc.h.
|
inline |
Definition at line 39 of file panedvbc.h.
|
inline |
Definition at line 57 of file panedvbc.h.
Referenced by ScanOptionalConfig::GetStartChan(), and setFec().
|
inline |
Definition at line 52 of file panedvbc.h.
Referenced by ScanOptionalConfig::GetStartChan(), and setFrequency().
|
inline |
Definition at line 56 of file panedvbc.h.
Referenced by ScanOptionalConfig::GetStartChan(), and setInversion().
|
inline |
Definition at line 55 of file panedvbc.h.
Referenced by ScanOptionalConfig::GetStartChan(), and setModsys().
|
inline |
Definition at line 54 of file panedvbc.h.
Referenced by ScanOptionalConfig::GetStartChan(), and setModulation().
|
inline |
Definition at line 64 of file panedvbc.h.
Referenced by ScanOptionalConfig::SetTuningPaneValues().
|
inline |
Definition at line 59 of file panedvbc.h.
Referenced by ScanOptionalConfig::SetTuningPaneValues().
|
inline |
Definition at line 63 of file panedvbc.h.
Referenced by ScanOptionalConfig::SetTuningPaneValues().
|
inline |
Definition at line 62 of file panedvbc.h.
Referenced by ScanOptionalConfig::SetTuningPaneValues().
|
inline |
Definition at line 61 of file panedvbc.h.
Referenced by ScanOptionalConfig::SetTuningPaneValues().
|
inline |
Definition at line 60 of file panedvbc.h.
Referenced by ScanOptionalConfig::SetTuningPaneValues().
|
inline |
Definition at line 53 of file panedvbc.h.
Referenced by ScanOptionalConfig::GetStartChan(), and setSymbolrate().
|
protected |
Definition at line 72 of file panedvbc.h.
Referenced by fec(), PaneDVBC(), and setFec().
|
protected |
Definition at line 67 of file panedvbc.h.
Referenced by frequency(), PaneDVBC(), and setFrequency().
|
protected |
Definition at line 71 of file panedvbc.h.
Referenced by inversion(), PaneDVBC(), and setInversion().
|
protected |
Definition at line 70 of file panedvbc.h.
Referenced by modsys(), PaneDVBC(), and setModsys().
|
protected |
Definition at line 69 of file panedvbc.h.
Referenced by modulation(), PaneDVBC(), and setModulation().
|
protected |
Definition at line 68 of file panedvbc.h.
Referenced by PaneDVBC(), setSymbolrate(), and symbolrate().