![]() |
Audacity 3.2.0
|
#include <ExportFFmpegDialogs.h>
Public Member Functions | |
| ExportFFmpegCustomOptions (wxWindow *parent, int format) | |
| ~ExportFFmpegCustomOptions () | |
| void | PopulateOrExchange (ShuttleGui &S) |
| bool | TransferDataToWindow () override |
| bool | TransferDataFromWindow () override |
| void | OnOpen (wxCommandEvent &evt) |
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 | |
| wxTextCtrl * | mFormat |
| wxTextCtrl * | mCodec |
Definition at line 174 of file ExportFFmpegDialogs.h.
| ExportFFmpegCustomOptions::ExportFFmpegCustomOptions | ( | wxWindow * | parent, |
| int | format | ||
| ) |
Definition at line 766 of file ExportFFmpegDialogs.cpp.
References eIsCreatingFromPrefs, and S.
| ExportFFmpegCustomOptions::~ExportFFmpegCustomOptions | ( | ) |
Definition at line 777 of file ExportFFmpegDialogs.cpp.
References TransferDataFromWindow().
| void ExportFFmpegCustomOptions::OnOpen | ( | wxCommandEvent & | evt | ) |
Definition at line 826 of file ExportFFmpegDialogs.cpp.
References FindFFmpegLibs(), FFmpegFunctions::Load(), LoadFFmpeg(), and TransferDataToWindow().
| void ExportFFmpegCustomOptions::PopulateOrExchange | ( | ShuttleGui & | S | ) |
Definition at line 784 of file ExportFFmpegDialogs.cpp.
References mCodec, mFormat, OpenID, S, wxT(), and XXO().
|
override |
Definition at line 819 of file ExportFFmpegDialogs.cpp.
Referenced by ~ExportFFmpegCustomOptions().
|
override |
|
private |
Definition at line 189 of file ExportFFmpegDialogs.h.
Referenced by PopulateOrExchange(), and TransferDataToWindow().
|
private |
Definition at line 188 of file ExportFFmpegDialogs.h.
Referenced by PopulateOrExchange(), and TransferDataToWindow().