Audacity 3.2.0
|
This is the complete list of members for PlainExportOptionsEditor, including all inherited members.
GetOption(int index, ExportOption &option) const override | PlainExportOptionsEditor | virtual |
GetOptionsCount() const override | PlainExportOptionsEditor | virtual |
GetSampleRateList() const override | PlainExportOptionsEditor | virtual |
GetValue(int id, ExportValue &value) const override | PlainExportOptionsEditor | |
ExportOptionsEditor::GetValue(ExportOptionID id, ExportValue &value) const =0 | ExportOptionsEditor | pure virtual |
InitOptions(std::initializer_list< OptionDesc > options) | PlainExportOptionsEditor | private |
Load(const audacity::BasicSettings &config) override | PlainExportOptionsEditor | virtual |
mConfigKeys | PlainExportOptionsEditor | private |
mOptions | PlainExportOptionsEditor | private |
mOptionsListener | PlainExportOptionsEditor | private |
mRates | PlainExportOptionsEditor | private |
mValues | PlainExportOptionsEditor | private |
PlainExportOptionsEditor(std::initializer_list< OptionDesc > options, Listener *listener=nullptr) | PlainExportOptionsEditor | explicit |
PlainExportOptionsEditor(std::initializer_list< OptionDesc > options, SampleRateList samplerates, Listener *listener=nullptr) | PlainExportOptionsEditor | explicit |
SampleRateList typedef | ExportOptionsEditor | |
SetSampleRateList(SampleRateList rates) | PlainExportOptionsEditor | |
SetValue(int id, const ExportValue &value) override | PlainExportOptionsEditor | |
ExportOptionsEditor::SetValue(ExportOptionID id, const ExportValue &value)=0 | ExportOptionsEditor | pure virtual |
Store(audacity::BasicSettings &) const override | PlainExportOptionsEditor | virtual |
~ExportOptionsEditor() | ExportOptionsEditor | virtual |