![]() |
Audacity 3.2.0
|
Public Member Functions | |
| ExportWavPackOptions (wxWindow *parent, int format) | |
| virtual | ~ExportWavPackOptions () |
| void | PopulateOrExchange (ShuttleGui &S) |
| bool | TransferDataToWindow () override |
| bool | TransferDataFromWindow () override |
| void | OnHybridMode (wxCommandEvent &evt) |
| void | OnCreateCorrection (wxCommandEvent &evt) |
Public Member Functions inherited from wxPanelWrapper | |
| wxPanelWrapper () | |
| wxPanelWrapper (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) | |
| bool | Create (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) |
| void | SetLabel (const TranslatableString &label) |
| void | SetName (const TranslatableString &name) |
| void | SetToolTip (const TranslatableString &toolTip) |
| void | SetName () |
Public Member Functions inherited from wxTabTraversalWrapper< wxPanel > | |
| wxTabTraversalWrapper (Args &&... args) | |
| wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
| wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
| wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
| wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Attributes | |
| wxCheckBox * | mCreateCorrectionFile { nullptr } |
| wxChoice * | mBitRate |
Definition at line 44 of file ExportWavPack.cpp.
| ExportWavPackOptions::ExportWavPackOptions | ( | wxWindow * | parent, |
| int | format | ||
| ) |
Definition at line 70 of file ExportWavPack.cpp.
References eIsCreatingFromPrefs, and S.
|
virtual |
Definition at line 79 of file ExportWavPack.cpp.
References TransferDataFromWindow().
| void ExportWavPackOptions::OnCreateCorrection | ( | wxCommandEvent & | evt | ) |
Definition at line 224 of file ExportWavPack.cpp.
References anonymous_namespace{ExportWavPack.cpp}::CreateCorrectionFileSetting, and BoolSetting::Toggle().
| void ExportWavPackOptions::OnHybridMode | ( | wxCommandEvent & | evt | ) |
Definition at line 217 of file ExportWavPack.cpp.
References anonymous_namespace{ExportWavPack.cpp}::HybridModeSetting, mBitRate, mCreateCorrectionFile, and BoolSetting::Toggle().
| void ExportWavPackOptions::PopulateOrExchange | ( | ShuttleGui & | S | ) |
Definition at line 156 of file ExportWavPack.cpp.
References anonymous_namespace{ExportWavPack.cpp}::BitDepthSetting, anonymous_namespace{ExportWavPack.cpp}::BitRateNames, anonymous_namespace{ExportWavPack.cpp}::BitrateSetting, anonymous_namespace{ExportWavPack.cpp}::BitRateValues, anonymous_namespace{ExportWavPack.cpp}::CreateCorrectionFileSetting, anonymous_namespace{ExportWavPack.cpp}::ExportBitDepthNames, anonymous_namespace{ExportWavPack.cpp}::ExportBitDepthValues, ExportQualityNames, ExportQualityValues, anonymous_namespace{ExportWavPack.cpp}::HybridModeSetting, ID_CREATE_WVC, ID_HYBRID_MODE, mBitRate, mCreateCorrectionFile, anonymous_namespace{ExportWavPack.cpp}::QualitySetting, Setting< T >::Read(), S, and XXO().
Referenced by TransferDataFromWindow().
|
override |
Definition at line 207 of file ExportWavPack.cpp.
References eIsSavingToPrefs, FileConfig::Flush(), gPrefs, PopulateOrExchange(), and S.
Referenced by ~ExportWavPackOptions().
|
override |
Definition at line 202 of file ExportWavPack.cpp.
|
private |
Definition at line 60 of file ExportWavPack.cpp.
Referenced by OnHybridMode(), and PopulateOrExchange().
|
private |
Definition at line 59 of file ExportWavPack.cpp.
Referenced by OnHybridMode(), and PopulateOrExchange().