|
| | SignalTimeout (const CaptureCard &parent, std::chrono::milliseconds value, std::chrono::milliseconds min_val) |
| |
| template<typename T , typename = std::enable_if_t<std::is_floating_point_v<T>>> |
| | SignalTimeout (const CaptureCard &parent, std::chrono::milliseconds value, std::chrono::duration< T > min_secs) |
| |
| template<typename T , typename = std::enable_if_t<std::is_floating_point_v<T>>> |
| | SignalTimeout (const CaptureCard &parent, std::chrono::duration< T > value, std::chrono::duration< T > min_secs) |
| |
| | CaptureCardSpinBoxSetting (const CaptureCard &parent, std::chrono::milliseconds min_val, std::chrono::milliseconds max_val, std::chrono::milliseconds step, const QString &setting) |
| |
| | ~CaptureCardSpinBoxSetting () override |
| |
| void | setValueMs (std::chrono::milliseconds newValue) |
| |
| template<typename T , typename = std::enable_if_t<!std::is_integral<T>()>> |
| void | setValueMs (std::chrono::duration< T > newSecs) |
| |
| int | intValue () |
| |
| void | resultEdit (DialogCompletionEvent *dce) override |
| |
| void | edit (MythScreenType *screen) override |
| |
| 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...
|
| |
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) |
| |
| virtual void | SetDBValue (const QString &)=0 |
| |
| virtual QString | GetDBValue (void) const =0 |
| |
| virtual | ~StorageUser ()=default |
| |
Definition at line 1094 of file videosource.cpp.