MythTV
master
|
#include <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 |
![]() | |
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) |
![]() | |
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 | 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) |
![]() | |
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 | |
![]() | |
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 *) |
![]() | |
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) |
![]() | |
StandardSetting (Storage *_storage=nullptr) | |
~StandardSetting () override | |
void | setParent (StandardSetting *parent) |
![]() | |
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 177 of file audiogeneralsettings.h.
AudioTest::AudioTest | ( | ) |
Definition at line 776 of file audiogeneralsettings.cpp.
|
override |
Definition at line 860 of file audiogeneralsettings.cpp.
void AudioTest::UpdateCapabilities | ( | const QString & | main, |
const QString & | passthrough, | ||
int | channels, | ||
const AudioOutputSettings & | settings | ||
) |
Definition at line 871 of file audiogeneralsettings.cpp.
Referenced by AudioConfigSettings::UpdateAudioTest().
|
override |
Definition at line 978 of file audiogeneralsettings.cpp.
|
privateslot |
Definition at line 888 of file audiogeneralsettings.cpp.
Referenced by AudioTest().
|
privateslot |
Definition at line 936 of file audiogeneralsettings.cpp.
Referenced by AudioTest().
|
privateslot |
Definition at line 942 of file audiogeneralsettings.cpp.
Referenced by prepareTest(), toggle(), and togglequality().
|
privateslot |
Definition at line 951 of file audiogeneralsettings.cpp.
Referenced by toggle().
|
private |
Definition at line 188 of file audiogeneralsettings.h.
Referenced by AudioTest(), prepareTest(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 189 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), and toggle().
|
private |
Definition at line 190 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), 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().
|
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 195 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 196 of file audiogeneralsettings.h.
Referenced by AudioTest(), event(), toggle(), and UpdateCapabilities().
|
private |
Definition at line 197 of file audiogeneralsettings.h.
Referenced by cancelTest(), prepareTest(), toggle(), and ~AudioTest().
|
private |
Definition at line 198 of file audiogeneralsettings.h.
Referenced by AudioTest(), cancelTest(), and toggle().
|
private |
Definition at line 199 of file audiogeneralsettings.h.
Referenced by AudioTest(), and togglequality().
|
private |
Definition at line 200 of file audiogeneralsettings.h.
Referenced by prepareTest(), and UpdateCapabilities().
|
private |
Definition at line 201 of file audiogeneralsettings.h.
Referenced by prepareTest(), and UpdateCapabilities().
|
private |
Definition at line 202 of file audiogeneralsettings.h.
Referenced by prepareTest(), and UpdateCapabilities().
Definition at line 203 of file audiogeneralsettings.h.
Referenced by prepareTest(), and togglequality().