Audacity 3.2.0
ActiveProjects.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 ActiveProjects.h
6
7**********************************************************************/
8
9#ifndef __AUDACITY_ACTIVE_PROJECTS__
10#define __AUDACITY_ACTIVE_PROJECTS__
11
12
13#include "Identifier.h"
14
16{
17 PROJECT_FILE_IO_API FilePaths GetAll();
18 PROJECT_FILE_IO_API void Add(const FilePath &path);
19 PROJECT_FILE_IO_API void Remove(const FilePath &path);
20 PROJECT_FILE_IO_API wxString Find(const FilePath &path);
21};
22
23#endif
wxString FilePath
Definition: Project.h:21
Extend wxArrayString with move operations and construction and insertion fromstd::initializer_list.
PROJECT_FILE_IO_API void Remove(const FilePath &path)
PROJECT_FILE_IO_API void Add(const FilePath &path)
PROJECT_FILE_IO_API wxString Find(const FilePath &path)
PROJECT_FILE_IO_API FilePaths GetAll()