![]() |
Audacity 3.2.0
|
An ImportPlugin for AUP files (pre-AUP3) More...
Public Member Functions | |
AUPImportPlugin () | |
~AUPImportPlugin () | |
wxString | GetPluginStringID () override |
TranslatableString | GetPluginFormatDescription () override |
ImportHandle | Open (const FilePath &fileName, AudacityProject *project) override |
![]() | |
virtual wxString | GetPluginStringID ()=0 |
virtual TranslatableString | GetPluginFormatDescription ()=0 |
virtual FileExtensions | GetSupportedExtensions () |
virtual TranslatableString | FailureHint () const |
User visible message suggesting what to do when a file type isn't recognized; default empty string. More... | |
bool | SupportsExtension (const FileExtension &extension) |
virtual std::unique_ptr< ImportFileHandle > | Open (const FilePath &Filename, AudacityProject *)=0 |
virtual | ~ImportPlugin () |
Additional Inherited Members | |
![]() | |
ImportPlugin (FileExtensions supportedExtensions) | |
![]() | |
const FileExtensions | mExtensions |
An ImportPlugin for AUP files (pre-AUP3)
Definition at line 74 of file ImportAUP.cpp.
AUPImportPlugin::AUPImportPlugin | ( | ) |
Definition at line 242 of file ImportAUP.cpp.
AUPImportPlugin::~AUPImportPlugin | ( | ) |
Definition at line 251 of file ImportAUP.cpp.
|
overridevirtual |
|
overridevirtual |
Implements ImportPlugin.
Definition at line 255 of file ImportAUP.cpp.
References wxT().
|
overridevirtual |
Implements ImportPlugin.
Definition at line 265 of file ImportAUP.cpp.