|  | 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 | 
|  Public Member Functions inherited from ImportPlugin | |
| 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 | |
|  Protected Member Functions inherited from ImportPlugin | |
| ImportPlugin (FileExtensions supportedExtensions) | |
|  Protected Attributes inherited from ImportPlugin | |
| const FileExtensions | mExtensions | 
An ImportPlugin for AUP files (pre-AUP3)
Definition at line 67 of file ImportAUP.cpp.
| AUPImportPlugin::AUPImportPlugin | ( | ) | 
Definition at line 236 of file ImportAUP.cpp.
| AUPImportPlugin::~AUPImportPlugin | ( | ) | 
Definition at line 245 of file ImportAUP.cpp.
| 
 | overridevirtual | 
| 
 | overridevirtual | 
Implements ImportPlugin.
Definition at line 249 of file ImportAUP.cpp.
References wxT().
| 
 | overridevirtual | 
Implements ImportPlugin.
Definition at line 259 of file ImportAUP.cpp.
References project.