MythTV  master
Public Member Functions | Private Attributes | List of all members
PlayGroupConfig Class Reference

#include <playgroup.h>

Inheritance diagram for PlayGroupConfig:
Inheritance graph
[legend]
Collaboration diagram for PlayGroupConfig:
Collaboration graph
[legend]

Public Member Functions

 PlayGroupConfig (const QString &label, const QString &name, bool isNew=false)
 
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...
 
void Save () override
 
bool canDelete (void) override
 
void deleteEntry (void) override
 
- Public Member Functions inherited from GroupSetting
 GroupSetting ()=default
 
void edit (MythScreenType *screen) override
 
void resultEdit (DialogCompletionEvent *) override
 
virtual void applyChange ()
 
- 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
 
StandardSettingbyName (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)
 
StandardSettinggetParent () const
 
virtual QString getValue (void) const
 
void SetDBValue (const QString &val) override
 
QString GetDBValue (void) const override
 
MythUIButtonListItemcreateButton (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 Load (void)
 
virtual void Open (void)
 
virtual void Close (void)
 
StorageGetStorage (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
 

Private Attributes

StandardSettingm_titleMatch {nullptr}
 
MythUISpinBoxSettingm_skipAhead {nullptr}
 
MythUISpinBoxSettingm_skipBack {nullptr}
 
MythUISpinBoxSettingm_jumpMinutes {nullptr}
 
MythUISpinBoxSettingm_timeStrech {nullptr}
 
bool m_isNew {false}
 

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)
 
- 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}
 

Detailed Description

Definition at line 41 of file playgroup.h.

Constructor & Destructor Documentation

◆ PlayGroupConfig()

PlayGroupConfig::PlayGroupConfig ( const QString &  label,
const QString &  name,
bool  isNew = false 
)

Definition at line 124 of file playgroup.cpp.

Member Function Documentation

◆ updateButton()

void PlayGroupConfig::updateButton ( MythUIButtonListItem item)
overridevirtual

This method is called whenever the UI need to reflect a change Reimplement this If you widget need a custom look.

Parameters
itemis the associated MythUIButtonListItem to be updated

Reimplemented from GroupSetting.

Definition at line 144 of file playgroup.cpp.

◆ Save()

void PlayGroupConfig::Save ( )
overridevirtual

Reimplemented from StandardSetting.

Definition at line 150 of file playgroup.cpp.

◆ canDelete()

bool PlayGroupConfig::canDelete ( void  )
overridevirtual

Reimplemented from GroupSetting.

Definition at line 175 of file playgroup.cpp.

◆ deleteEntry()

void PlayGroupConfig::deleteEntry ( void  )
overridevirtual

Reimplemented from GroupSetting.

Definition at line 180 of file playgroup.cpp.

Member Data Documentation

◆ m_titleMatch

StandardSetting* PlayGroupConfig::m_titleMatch {nullptr}
private

Definition at line 53 of file playgroup.h.

Referenced by PlayGroupConfig(), and Save().

◆ m_skipAhead

MythUISpinBoxSetting* PlayGroupConfig::m_skipAhead {nullptr}
private

Definition at line 54 of file playgroup.h.

Referenced by PlayGroupConfig(), and Save().

◆ m_skipBack

MythUISpinBoxSetting* PlayGroupConfig::m_skipBack {nullptr}
private

Definition at line 55 of file playgroup.h.

Referenced by PlayGroupConfig(), and Save().

◆ m_jumpMinutes

MythUISpinBoxSetting* PlayGroupConfig::m_jumpMinutes {nullptr}
private

Definition at line 56 of file playgroup.h.

Referenced by PlayGroupConfig(), and Save().

◆ m_timeStrech

MythUISpinBoxSetting* PlayGroupConfig::m_timeStrech {nullptr}
private

Definition at line 57 of file playgroup.h.

Referenced by PlayGroupConfig(), and Save().

◆ m_isNew

bool PlayGroupConfig::m_isNew {false}
private

Definition at line 58 of file playgroup.h.

Referenced by Save().


The documentation for this class was generated from the following files: