|
| CompactDialog (TranslatableString text) |
|
void | OnYes (wxCommandEvent &WXUNUSED(evt)) |
|
void | OnNo (wxCommandEvent &WXUNUSED(evt)) |
|
void | OnGetURL (wxCommandEvent &WXUNUSED(evt)) |
|
| 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 () |
|
| wxTabTraversalWrapper (Args &&... args) |
|
| wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete |
|
| wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete |
|
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
|
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
|
Definition at line 1598 of file ProjectFileManager.cpp.
◆ CompactDialog()
anonymous_namespace{ProjectFileManager.cpp}::CompactDialog::CompactDialog |
( |
TranslatableString |
text | ) |
|
|
inline |
Definition at line 1601 of file ProjectFileManager.cpp.
1603 {
1605
1606 S.StartVerticalLay(
true);
1607 {
1608 S.AddFixedText(text,
false, 500);
1609
1611 }
1613
1617
1618 Layout();
1619 Fit();
1620 Center();
1621 }
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
void OnYes(wxCommandEvent &WXUNUSED(evt))
void OnGetURL(wxCommandEvent &WXUNUSED(evt))
void OnNo(wxCommandEvent &WXUNUSED(evt))
References eHelpButton, eIsCreating, eNoButton, eYesButton, and S.
◆ OnGetURL()
void anonymous_namespace{ProjectFileManager.cpp}::CompactDialog::OnGetURL |
( |
wxCommandEvent & |
WXUNUSEDevt | ) |
|
|
inline |
Definition at line 1633 of file ProjectFileManager.cpp.
1634 {
1636 }
static void ShowHelp(wxWindow *parent, const FilePath &localFileName, const URLString &remoteURL, bool bModal=false, bool alwaysDefaultBrowser=false)
References HelpSystem::ShowHelp().
◆ OnNo()
void anonymous_namespace{ProjectFileManager.cpp}::CompactDialog::OnNo |
( |
wxCommandEvent & |
WXUNUSEDevt | ) |
|
|
inline |
◆ OnYes()
void anonymous_namespace{ProjectFileManager.cpp}::CompactDialog::OnYes |
( |
wxCommandEvent & |
WXUNUSEDevt | ) |
|
|
inline |
The documentation for this class was generated from the following file: