|
MythTV master
|
#include <libmythtv/videosource.h>
Public Slots | |
| void | UpdateDevices (const QString &v) |
Public Slots inherited from MythUIComboBoxSetting | |
| void | setValue (const QString &newValue) override |
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 | |
| VBoxDeviceIDList (VBoxDeviceID *deviceid, StandardSetting *desc, VBoxIP *cardip, VBoxTunerIndex *cardtuner, VBoxDeviceList *devicelist, const CaptureCard &parent) | |
| void | fillSelections (const QString ¤t) |
| Adds all available device-tuner combinations to list. More... | |
| void | Load (void) override |
Public Member Functions inherited from TransMythUIComboBoxSetting | |
| TransMythUIComboBoxSetting (bool rw=false) | |
Public Member Functions inherited from MythUIComboBoxSetting | |
| void | setValue (int value) override |
| int | getValueIndex (const QString &value) const |
| QString | getValueLabel (void) const |
| void | resultEdit (DialogCompletionEvent *dce) override |
| void | edit (MythScreenType *screen) override |
| void | addSelection (const QString &label, QString value=QString(), bool select=false) |
| void | clearSelections () |
| void | fillSelectionsFromDir (const QDir &dir, bool absPath=true) |
| 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 int | size (void) const |
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 |
Private Attributes | |
| VBoxDeviceID * | m_deviceId |
| StandardSetting * | m_desc |
| VBoxIP * | m_cardIp |
| VBoxTunerIndex * | m_cardTuner |
| VBoxDeviceList * | m_deviceList |
| const CaptureCard & | m_parent |
| QString | m_oldValue |
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 MythUIComboBoxSetting | |
| MythUIComboBoxSetting (Storage *_storage=nullptr, bool rw=false) | |
| Create a Setting Widget to select the value from a list. More... | |
| ~MythUIComboBoxSetting () override | |
Protected Member Functions inherited from StandardSetting | |
| StandardSetting (Storage *_storage=nullptr) | |
| ~StandardSetting () override | |
| void | setParent (StandardSetting *parent) |
Protected Attributes inherited from MythUIComboBoxSetting | |
| QVector< QString > | m_labels |
| QVector< QString > | m_values |
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 1010 of file videosource.h.
| VBoxDeviceIDList::VBoxDeviceIDList | ( | VBoxDeviceID * | deviceid, |
| StandardSetting * | desc, | ||
| VBoxIP * | cardip, | ||
| VBoxTunerIndex * | cardtuner, | ||
| VBoxDeviceList * | devicelist, | ||
| const CaptureCard & | parent | ||
| ) |
Definition at line 1782 of file videosource.cpp.
| void VBoxDeviceIDList::fillSelections | ( | const QString & | current | ) |
Adds all available device-tuner combinations to list.
Definition at line 1806 of file videosource.cpp.
Referenced by Load().
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 1854 of file videosource.cpp.
|
slot |
Definition at line 1863 of file videosource.cpp.
Referenced by VBoxDeviceIDList().
|
private |
Definition at line 1032 of file videosource.h.
Referenced by fillSelections(), and UpdateDevices().
|
private |
Definition at line 1033 of file videosource.h.
Referenced by fillSelections(), and UpdateDevices().
|
private |
Definition at line 1031 of file videosource.h.
Referenced by UpdateDevices().
|
private |
Definition at line 1030 of file videosource.h.
Referenced by fillSelections(), and UpdateDevices().
|
private |
Definition at line 1034 of file videosource.h.
Referenced by fillSelections(), and UpdateDevices().
|
private |
Definition at line 1037 of file videosource.h.
Referenced by UpdateDevices().
|
private |
Definition at line 1035 of file videosource.h.
Referenced by Load().