|
MythTV master
|
#include <libmythtv/scanwizard.h>
Public Member Functions | |
| ScanWizard (uint default_sourceid=0, uint default_cardid=0, const QString &default_inputname=QString()) | |
| ~ScanWizard () override=default | |
| void | SetupConfig (uint default_sourceid, uint default_cardid, const QString &default_inputname) |
| uint | GetSourceID (void) const |
| uint | GetScanID (void) const |
| QString | GetModulation (void) const |
| int | GetScanType (void) const |
| uint | GetCardID (void) const |
| QString | GetInputName (void) const |
| QString | GetFilename (void) const |
| uint | GetMultiplex (void) const |
| bool | GetFrequencyTableRange (QString &start, QString &end) const |
| QString | GetFrequencyStandard (void) const |
| QString | GetFrequencyTable (void) const |
| QMap< QString, QString > | GetStartChan (void) const |
| ServiceRequirements | GetServiceRequirements (void) const |
| bool | DoIgnoreSignalTimeout (void) const |
| bool | DoFollowNIT (void) const |
| bool | DoFreeToAirOnly (void) const |
| bool | DoChannelNumbersOnly (void) const |
| bool | DoCompleteChannelsOnly (void) const |
| bool | DoFullChannelSearch (void) const |
| bool | DoRemoveDuplicates (void) const |
| bool | DoAddFullTS (void) const |
| bool | DoTestDecryption (void) const |
| bool | DoScanOpenTV (void) const |
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 Slots | |
| void | Scan () |
| void | SetInput (const QString &cardid_inputname) |
| void | SetPaneDefaults (const QString &cardid_inputname) |
Protected Attributes | |
| uint | m_lastHWCardID {0} |
| CardUtil::INPUT_TYPES | m_lastHWCardType {CardUtil::INPUT_TYPES::ERROR_PROBE} |
| ChannelScannerGUI * | m_scannerPane {nullptr} |
| VideoSourceSelector * | m_videoSource {nullptr} |
| InputSelector * | m_input {nullptr} |
| ScanTypeSetting * | m_scanType {nullptr} |
| ScanOptionalConfig * | m_scanConfig {nullptr} |
| DesiredServices * | m_services {nullptr} |
| FreeToAirOnly * | m_ftaOnly {nullptr} |
| ChannelNumbersOnly * | m_lcnOnly {nullptr} |
| CompleteChannelsOnly * | m_completeOnly {nullptr} |
| FullChannelSearch * | m_fullSearch {nullptr} |
| RemoveDuplicates * | m_removeDuplicates {nullptr} |
| AddFullTS * | m_addFullTS {nullptr} |
| TrustEncSISetting * | m_trustEncSI {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 44 of file scanwizard.h.
|
explicit |
Definition at line 46 of file scanwizard.cpp.
|
overridedefault |
| bool ScanWizard::DoAddFullTS | ( | void | ) | const |
Definition at line 132 of file scanwizardconfig.cpp.
Referenced by Scan().
| bool ScanWizard::DoChannelNumbersOnly | ( | void | ) | const |
Definition at line 112 of file scanwizardconfig.cpp.
Referenced by Scan().
| bool ScanWizard::DoCompleteChannelsOnly | ( | void | ) | const |
Definition at line 117 of file scanwizardconfig.cpp.
Referenced by Scan().
|
inline |
Definition at line 89 of file scanwizard.h.
Referenced by Scan().
| bool ScanWizard::DoFreeToAirOnly | ( | void | ) | const |
Definition at line 107 of file scanwizardconfig.cpp.
Referenced by Scan().
| bool ScanWizard::DoFullChannelSearch | ( | void | ) | const |
Definition at line 122 of file scanwizardconfig.cpp.
Referenced by Scan().
|
inline |
Definition at line 87 of file scanwizard.h.
Referenced by Scan().
| bool ScanWizard::DoRemoveDuplicates | ( | void | ) | const |
Definition at line 127 of file scanwizardconfig.cpp.
Referenced by Scan().
| bool ScanWizard::DoScanOpenTV | ( | void | ) | const |
| bool ScanWizard::DoTestDecryption | ( | void | ) | const |
Definition at line 137 of file scanwizardconfig.cpp.
Referenced by Scan().
|
inline |
Definition at line 74 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 76 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 80 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 82 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 78 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 75 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 72 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 77 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 71 of file scanwizard.h.
Referenced by Scan().
|
inline |
Definition at line 73 of file scanwizard.h.
Referenced by Scan().
| ServiceRequirements ScanWizard::GetServiceRequirements | ( | void | ) | const |
Definition at line 102 of file scanwizardconfig.cpp.
Referenced by Scan().
| uint ScanWizard::GetSourceID | ( | void | ) | const |
Definition at line 97 of file scanwizardconfig.cpp.
Referenced by Scan().
|
inline |
Definition at line 84 of file scanwizard.h.
Referenced by Scan().
|
protectedslot |
Definition at line 57 of file scanwizard.cpp.
Referenced by ScanWizard().
|
protectedslot |
Definition at line 208 of file scanwizard.cpp.
Referenced by SetupConfig().
|
protectedslot |
Definition at line 142 of file scanwizardconfig.cpp.
Referenced by SetupConfig().
| void ScanWizard::SetupConfig | ( | uint | default_sourceid, |
| uint | default_cardid, | ||
| const QString & | default_inputname | ||
| ) |
Definition at line 46 of file scanwizardconfig.cpp.
Referenced by ScanWizard().
|
protected |
Definition at line 111 of file scanwizard.h.
Referenced by DoAddFullTS(), and SetupConfig().
|
protected |
Definition at line 108 of file scanwizard.h.
Referenced by DoCompleteChannelsOnly(), and SetupConfig().
|
protected |
Definition at line 106 of file scanwizard.h.
Referenced by DoFreeToAirOnly(), and SetupConfig().
|
protected |
Definition at line 109 of file scanwizard.h.
Referenced by DoFullChannelSearch(), and SetupConfig().
|
protected |
Definition at line 102 of file scanwizard.h.
Referenced by SetupConfig().
|
protected |
Definition at line 61 of file scanwizard.h.
Referenced by SetInput().
|
protected |
Definition at line 62 of file scanwizard.h.
Referenced by Scan(), and SetInput().
|
protected |
Definition at line 107 of file scanwizard.h.
Referenced by DoChannelNumbersOnly(), and SetupConfig().
|
protected |
Definition at line 110 of file scanwizard.h.
Referenced by DoRemoveDuplicates(), and SetupConfig().
|
protected |
Definition at line 104 of file scanwizard.h.
Referenced by SetPaneDefaults(), and SetupConfig().
|
protected |
Definition at line 63 of file scanwizard.h.
Referenced by Scan().
|
protected |
Definition at line 103 of file scanwizard.h.
Referenced by SetupConfig().
|
protected |
Definition at line 105 of file scanwizard.h.
Referenced by GetServiceRequirements(), and SetupConfig().
|
protected |
Definition at line 112 of file scanwizard.h.
Referenced by DoTestDecryption(), and SetupConfig().
|
protected |
Definition at line 101 of file scanwizard.h.
Referenced by GetSourceID(), SetPaneDefaults(), and SetupConfig().