Audacity  3.0.3
Public Member Functions | List of all members
EffectManagerInterface Class Referenceabstract

UNUSED. EffectManagerInterface provides a single function to find files matching a pattern in a list. More...

#include <EffectInterface.h>

Public Member Functions

virtual ~EffectManagerInterface ()
 
virtual void FindFilesInPathList (const wxString &pattern, const FilePaths &pathList, FilePaths &files, int searchFlags)=0
 

Detailed Description

UNUSED. EffectManagerInterface provides a single function to find files matching a pattern in a list.

Definition at line 258 of file EffectInterface.h.

Constructor & Destructor Documentation

◆ ~EffectManagerInterface()

virtual EffectManagerInterface::~EffectManagerInterface ( )
inlinevirtual

Definition at line 261 of file EffectInterface.h.

261 {};

Member Function Documentation

◆ FindFilesInPathList()

virtual void EffectManagerInterface::FindFilesInPathList ( const wxString &  pattern,
const FilePaths pathList,
FilePaths files,
int  searchFlags 
)
pure virtual

The documentation for this class was generated from the following file: