![]() |
Audacity 3.2.0
|
A PrefsPanel used to select import and export options. More...
#include <ImportExportPrefs.h>
Classes | |
| struct | PopulatorItem |
| struct | RegisteredControls |
| struct | Traits |
Public Types | |
| using | Populator = std::function< void(ShuttleGui &)> |
| Type of function that adds to the Import/Export preference page. More... | |
Public Types inherited from PrefsPanel | |
| using | Factories = std::vector< PrefsPanel::PrefsNode > |
| using | Factory = std::function< PrefsPanel *(wxWindow *parent, wxWindowID winid, AudacityProject *) > |
Public Member Functions | |
| ImportExportPrefs (wxWindow *parent, wxWindowID winid) | |
| ~ImportExportPrefs () | |
| ComponentInterfaceSymbol | GetSymbol () const override |
| TranslatableString | GetDescription () const override |
| bool | Commit () override |
| ManualPageID | HelpPageName () override |
| If not empty string, the Help button is added below the panel. More... | |
| void | PopulateOrExchange (ShuttleGui &S) override |
Public Member Functions inherited from PrefsPanel | |
| PrefsPanel (wxWindow *parent, wxWindowID winid, const TranslatableString &title) | |
| virtual | ~PrefsPanel () |
| virtual void | Preview () |
| virtual bool | Commit ()=0 |
| virtual PluginPath | GetPath () const override |
| virtual VendorSymbol | GetVendor () const override |
| virtual wxString | GetVersion () const override |
| virtual bool | ShowsPreviewButton () |
| virtual void | PopulateOrExchange (ShuttleGui &WXUNUSED(S)) |
| virtual ManualPageID | HelpPageName () |
| If not empty string, the Help button is added below the panel. More... | |
| virtual void | Cancel () |
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 |
Static Public Attributes | |
| static EnumSetting< bool > | MusicFileImportSetting |
Private Member Functions | |
| void | Populate () |
| Creates the dialog and its contents. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PrefsPanel | |
| static Factories & | DefaultFactories () |
A PrefsPanel used to select import and export options.
Definition at line 26 of file ImportExportPrefs.h.
| using ImportExportPrefs::Populator = std::function<void(ShuttleGui&)> |
Type of function that adds to the Import/Export preference page.
Definition at line 32 of file ImportExportPrefs.h.
| ImportExportPrefs::ImportExportPrefs | ( | wxWindow * | parent, |
| wxWindowID | winid | ||
| ) |
Definition at line 59 of file ImportExportPrefs.cpp.
References Populate().
| ImportExportPrefs::~ImportExportPrefs | ( | ) |
Definition at line 65 of file ImportExportPrefs.cpp.
|
overridevirtual |
Implements PrefsPanel.
Definition at line 165 of file ImportExportPrefs.cpp.
References eIsSavingToPrefs, PopulateOrExchange(), and S.
|
overridevirtual |
Implements ComponentInterface.
Definition at line 74 of file ImportExportPrefs.cpp.
References XO().
|
overridevirtual |
Implements ComponentInterface.
Definition at line 69 of file ImportExportPrefs.cpp.
References IMPORT_EXPORT_PREFS_PLUGIN_SYMBOL.
|
overridevirtual |
If not empty string, the Help button is added below the panel.
Default returns empty string.
Reimplemented from PrefsPanel.
Definition at line 79 of file ImportExportPrefs.cpp.
|
private |
Creates the dialog and its contents.
Definition at line 85 of file ImportExportPrefs.cpp.
References eIsCreatingFromPrefs, PopulateOrExchange(), and S.
Referenced by ImportExportPrefs().
|
override |
Definition at line 112 of file ImportExportPrefs.cpp.
References ImportExportPrefs::PopulatorItem::mPopulator, MusicFileImportSetting, PathStart, ImportExportPrefs::PopulatorItem::Registry(), S, safenew, Registry::Visit(), wxT(), and XO().
Referenced by Commit(), and Populate().
|
static |
Definition at line 48 of file ImportExportPrefs.h.
Referenced by PopulateOrExchange(), and AudacityMirProject::ShouldBeReconfigured().