![]() |
Audacity 3.2.0
|
Public Member Functions | |
| ExportCLOptions (wxWindow *parent, int format) | |
| virtual | ~ExportCLOptions () |
| void | PopulateOrExchange (ShuttleGui &S) |
| bool | TransferDataToWindow () override |
| bool | TransferDataFromWindow () override |
| void | OnBrowse (wxCommandEvent &event) |
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 | |
| wxComboBox * | mCmd |
| FileHistory | mHistory |
Definition at line 56 of file ExportCL.cpp.
| ExportCLOptions::ExportCLOptions | ( | wxWindow * | parent, |
| int | format | ||
| ) |
Definition at line 83 of file ExportCL.cpp.
References eIsCreatingFromPrefs, gPrefs, S, and wxT().
|
virtual |
Definition at line 106 of file ExportCL.cpp.
References TransferDataFromWindow().
| void ExportCLOptions::OnBrowse | ( | wxCommandEvent & | event | ) |
Definition at line 178 of file ExportCL.cpp.
References FileNames::AllFiles, mCmd, SelectFile(), wxT(), and XO().
| void ExportCLOptions::PopulateOrExchange | ( | ShuttleGui & | S | ) |
Definition at line 113 of file ExportCL.cpp.
References FileHistory::begin(), FileHistory::end(), ID_BROWSE, mCmd, mHistory, S, wxT(), XO(), and XXO().
Referenced by TransferDataFromWindow().
|
override |
Definition at line 160 of file ExportCL.cpp.
References FileHistory::Append(), eIsSavingToPrefs, FileConfig::Flush(), gPrefs, mCmd, mHistory, PopulateOrExchange(), S, FileHistory::Save(), and wxT().
Referenced by ~ExportCLOptions().
|
override |
Definition at line 153 of file ExportCL.cpp.
|
private |
Definition at line 69 of file ExportCL.cpp.
Referenced by OnBrowse(), PopulateOrExchange(), and TransferDataFromWindow().
|
private |
Definition at line 70 of file ExportCL.cpp.
Referenced by PopulateOrExchange(), and TransferDataFromWindow().