Audacity 3.2.0
|
#include <PrefsDialog.h>
Public Member Functions | |
GlobalPrefsDialog (wxWindow *parent, AudacityProject *pProject, PrefsPanel::Factories &factories=PrefsPanel::DefaultFactories()) | |
virtual | ~GlobalPrefsDialog () |
long | GetPreferredPage () override |
void | SavePreferredPage () override |
Public Member Functions inherited from PrefsDialog | |
PrefsDialog (wxWindow *parent, AudacityProject *pProject, const TranslatableString &titlePrefix=XO("Preferences:"), PrefsPanel::Factories &factories=PrefsPanel::DefaultFactories()) | |
virtual | ~PrefsDialog () |
int | ShowModal () override |
void | ShuttleAll (ShuttleGui &S) |
void | OnCategoryChange (wxCommandEvent &e) |
void | OnOK (wxCommandEvent &e) |
void | OnCancel (wxCommandEvent &e) |
void | OnPreview (wxCommandEvent &e) |
void | OnHelp (wxCommandEvent &e) |
void | OnTreeKeyDown (wxTreeEvent &e) |
void | SelectPageByName (const wxString &pageName) |
int | GetSelectedPage () const |
Public Member Functions inherited from wxDialogWrapper | |
wxDialogWrapper () | |
wxDialogWrapper (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) | |
bool | Create (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) |
void | SetTitle (const TranslatableString &title) |
void | SetLabel (const TranslatableString &title) |
void | SetName (const TranslatableString &title) |
void | SetName () |
Public Member Functions inherited from wxTabTraversalWrapper< wxDialog > | |
wxTabTraversalWrapper (Args &&... args) | |
wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Additional Inherited Members | |
virtual long | GetPreferredPage ()=0 |
virtual void | SavePreferredPage ()=0 |
Definition at line 77 of file PrefsDialog.h.
GlobalPrefsDialog::GlobalPrefsDialog | ( | wxWindow * | parent, |
AudacityProject * | pProject, | ||
PrefsPanel::Factories & | factories = PrefsPanel::DefaultFactories() |
||
) |
pProject | may be null |
Definition at line 817 of file PrefsDialog.cpp.
|
virtual |
Definition at line 824 of file PrefsDialog.cpp.
|
overridevirtual |
Implements PrefsDialog.
Definition at line 828 of file PrefsDialog.cpp.
References gPrefs, audacity::BasicSettings::Read(), and wxT().
|
overridevirtual |
Implements PrefsDialog.
Definition at line 834 of file PrefsDialog.cpp.
References audacity::BasicSettings::Flush(), PrefsDialog::GetSelectedPage(), gPrefs, audacity::BasicSettings::Write(), and wxT().