MythTV  master
Public Member Functions | Private Attributes | List of all members
MPEG2audType Class Reference
Inheritance diagram for MPEG2audType:
Inheritance graph
[legend]
Collaboration diagram for MPEG2audType:
Collaboration graph
[legend]

Public Member Functions

 MPEG2audType (const RecordingProfile &parent, bool layer1, bool layer2, bool layer3)
 
void Load (void) override
 
- 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
 
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 Save (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
 
- Public Member Functions inherited from SimpleDBStorage
 SimpleDBStorage (StorageUser *user, const QString &table, const QString &column)
 
 ~SimpleDBStorage () override=default
 
void Save (void) override
 
void Save (const QString &table) override
 
bool IsSaveRequired (void) const override
 
void SetSaveRequired (void) override
 
- Public Member Functions inherited from DBStorage
 DBStorage (StorageUser *user, QString table, QString column)
 
 ~DBStorage () override=default
 
- Public Member Functions inherited from Storage
 Storage ()=default
 
virtual ~Storage ()=default
 

Private Attributes

bool m_allowLayer1
 
bool m_allowLayer2
 
bool m_allowLayer3
 

Additional Inherited Members

- 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 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 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 Member Functions inherited from CodecParamStorage
 CodecParamStorage (StandardSetting *_setting, const RecordingProfile &parentProfile, const QString &name)
 
QString GetSetClause (MSqlBindings &bindings) const override
 
QString GetWhereClause (MSqlBindings &bindings) const override
 
- Protected Member Functions inherited from DBStorage
QString GetColumnName (void) const
 
QString GetTableName (void) const
 
- 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}
 
- Protected Attributes inherited from CodecParamStorage
const RecordingProfilem_parent
 
QString m_codecName
 
- Protected Attributes inherited from SimpleDBStorage
QString m_initval
 
- Protected Attributes inherited from DBStorage
StorageUserm_user {nullptr}
 
QString m_tablename
 
QString m_columnname
 

Detailed Description

Definition at line 171 of file recordingprofile.cpp.

Constructor & Destructor Documentation

◆ MPEG2audType()

MPEG2audType::MPEG2audType ( const RecordingProfile parent,
bool  layer1,
bool  layer2,
bool  layer3 
)
inline

Definition at line 174 of file recordingprofile.cpp.

Member Function Documentation

◆ Load()

void MPEG2audType::Load ( void  )
inlineoverridevirtual

Reimplemented from StandardSetting.

Definition at line 199 of file recordingprofile.cpp.

Member Data Documentation

◆ m_allowLayer1

bool MPEG2audType::m_allowLayer1
private

Definition at line 231 of file recordingprofile.cpp.

Referenced by Load(), and MPEG2audType().

◆ m_allowLayer2

bool MPEG2audType::m_allowLayer2
private

Definition at line 232 of file recordingprofile.cpp.

Referenced by Load(), and MPEG2audType().

◆ m_allowLayer3

bool MPEG2audType::m_allowLayer3
private

Definition at line 233 of file recordingprofile.cpp.

Referenced by Load(), and MPEG2audType().


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