|
MythTV master
|
#include <mythfrontend/audiogeneralsettings.h>
Public Member Functions | |
| AudioTest () | |
| ~AudioTest () override | |
| void | UpdateCapabilities (const QString &main, const QString &passthrough, int channels, const AudioOutputSettings &settings) |
| bool | event (QEvent *event) override |
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 |
| 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 Slots | |
| void | toggle () |
| void | togglequality (const QString &) |
| void | cancelTest () |
| void | prepareTest () |
Private Attributes | |
| int | m_channels {2} |
| ButtonStandardSetting * | m_frontleft {nullptr} |
| ButtonStandardSetting * | m_frontright {nullptr} |
| ButtonStandardSetting * | m_center {nullptr} |
| ButtonStandardSetting * | m_surroundleft {nullptr} |
| ButtonStandardSetting * | m_surroundright {nullptr} |
| ButtonStandardSetting * | m_rearleft {nullptr} |
| ButtonStandardSetting * | m_rearright {nullptr} |
| ButtonStandardSetting * | m_lfe {nullptr} |
| AudioTestThread * | m_at {nullptr} |
| ButtonStandardSetting * | m_startButton {nullptr} |
| TransMythUICheckBoxSetting * | m_hd {nullptr} |
| QString | m_main |
| QString | m_passthrough |
| AudioOutputSettings | m_settings |
| bool | m_quality {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} |
Definition at line 176 of file audiogeneralsettings.h.
| AudioTest::AudioTest | ( | ) |
Definition at line 775 of file audiogeneralsettings.cpp.
|
override |
Definition at line 875 of file audiogeneralsettings.cpp.
|
privateslot |
Definition at line 975 of file audiogeneralsettings.cpp.
Referenced by prepareTest(), toggle(), and togglequality().
|
override |
Definition at line 1011 of file audiogeneralsettings.cpp.
Referenced by event().
|
privateslot |
Definition at line 984 of file audiogeneralsettings.cpp.
Referenced by toggle().
|
privateslot |
Definition at line 903 of file audiogeneralsettings.cpp.
Referenced by AudioTest().
|
privateslot |
Definition at line 969 of file audiogeneralsettings.cpp.
Referenced by AudioTest().
| void AudioTest::UpdateCapabilities | ( | const QString & | main, |
| const QString & | passthrough, | ||
| int | channels, | ||
| const AudioOutputSettings & | settings | ||
| ) |
Definition at line 886 of file audiogeneralsettings.cpp.
Referenced by AudioConfigSettings::UpdateAudioTest().
|
private |
Definition at line 196 of file audiogeneralsettings.h.
Referenced by cancelTest(), prepareTest(), toggle(), and ~AudioTest().
|
private |
Definition at line 190 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 187 of file audiogeneralsettings.h.
Referenced by AudioTest(), prepareTest(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 188 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), and toggle().
|
private |
Definition at line 189 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), and toggle().
|
private |
Definition at line 198 of file audiogeneralsettings.h.
Referenced by AudioTest(), and togglequality().
|
private |
Definition at line 195 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 199 of file audiogeneralsettings.h.
Referenced by prepareTest(), and UpdateCapabilities().
|
private |
Definition at line 200 of file audiogeneralsettings.h.
Referenced by prepareTest(), and UpdateCapabilities().
Definition at line 202 of file audiogeneralsettings.h.
Referenced by prepareTest(), and togglequality().
|
private |
Definition at line 193 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 194 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 201 of file audiogeneralsettings.h.
Referenced by prepareTest(), and UpdateCapabilities().
|
private |
Definition at line 197 of file audiogeneralsettings.h.
Referenced by AudioTest(), cancelTest(), and toggle().
|
private |
Definition at line 191 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 192 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().