MythTV
master
|
#include <libmythtv/videosource.h>
Public Types | |
using | VSESlot = void(VideoSourceEditor::*)(void) |
using | VSESlotConst = void(VideoSourceEditor::*)(void) const |
Public Slots | |
void | NewSource (void) |
void | ShowDeleteAllSourcesDialog (void) const |
void | DeleteAllSources (bool doDelete) |
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 | |
VideoSourceEditor () | |
void | Load (void) override |
void | AddSelection (const QString &label, VSESlot slot) |
void | AddSelection (const QString &label, VSESlotConst slot) |
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 |
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 | 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 | ~StorageUser ()=default |
Static Public Member Functions | |
static bool | cardTypesInclude (int SourceID, const QString &thecardtype) |
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 842 of file videosource.h.
using VideoSourceEditor::VSESlot = void (VideoSourceEditor::*)(void) |
Definition at line 853 of file videosource.h.
using VideoSourceEditor::VSESlotConst = void (VideoSourceEditor::*)(void) const |
Definition at line 854 of file videosource.h.
VideoSourceEditor::VideoSourceEditor | ( | ) |
Definition at line 3624 of file videosource.cpp.
|
static |
Definition at line 730 of file videosource.cpp.
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 3629 of file videosource.cpp.
Referenced by DeleteAllSources().
void VideoSourceEditor::AddSelection | ( | const QString & | label, |
VSESlot | slot | ||
) |
Definition at line 3639 of file videosource.cpp.
Referenced by Load().
void VideoSourceEditor::AddSelection | ( | const QString & | label, |
VSESlotConst | slot | ||
) |
Definition at line 3646 of file videosource.cpp.
|
slot |
Definition at line 3672 of file videosource.cpp.
Referenced by Load().
|
slot |
Definition at line 3653 of file videosource.cpp.
Referenced by Load().
|
slot |
Definition at line 3662 of file videosource.cpp.
Referenced by ShowDeleteAllSourcesDialog().