![]() |
Audacity 3.2.0
|
Allows user to locate libav* libraries. More...
Public Member Functions | |
| FindFFmpegDialog (wxWindow *parent, const wxString &path, const wxString &name) | |
| void | PopulateOrExchange (ShuttleGui &S) |
| void | OnBrowse (wxCommandEvent &WXUNUSED(event)) |
| void | OnDownload (wxCommandEvent &WXUNUSED(event)) |
| void | UpdatePath () |
| wxString | GetLibPath () |
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 |
Private Attributes | |
| wxString | mName |
| wxFileName | mFullPath |
| wxTextCtrl * | mPathText |
Allows user to locate libav* libraries.
Definition at line 105 of file FFmpeg.cpp.
|
inline |
Definition at line 109 of file FFmpeg.cpp.
|
inline |
Definition at line 226 of file FFmpeg.cpp.
References mFullPath, and UpdatePath().
Referenced by FindFFmpegLibs().
|
inline |
Definition at line 173 of file FFmpeg.cpp.
References FileNames::AllFiles, FileNames::DynamicLibraries, mFullPath, mName, mPathText, SelectFile(), UpdatePath(), wxT(), and XO().
|
inline |
Definition at line 211 of file FFmpeg.cpp.
References HelpSystem::ShowHelp().
|
inline |
Definition at line 120 of file FFmpeg.cpp.
References ID_FFMPEG_BROWSE, ID_FFMPEG_DLOAD, mFullPath, mName, mPathText, S, XO(), and XXO().
|
inline |
Definition at line 216 of file FFmpeg.cpp.
References mFullPath, and mPathText.
Referenced by GetLibPath(), and OnBrowse().
|
private |
Definition at line 234 of file FFmpeg.cpp.
Referenced by GetLibPath(), OnBrowse(), PopulateOrExchange(), and UpdatePath().
|
private |
Definition at line 233 of file FFmpeg.cpp.
Referenced by OnBrowse(), and PopulateOrExchange().
|
private |
Definition at line 236 of file FFmpeg.cpp.
Referenced by OnBrowse(), PopulateOrExchange(), and UpdatePath().