Audacity 3.2.0
Classes | Typedefs
ProjectFileManager.h File Reference
#include <functional>
#include <memory>
#include <vector>
#include "ClientData.h"
#include "FileNames.h"
Include dependency graph for ProjectFileManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProjectFileManager
 
struct  ProjectFileManager::ReadProjectResults
 
class  TitleRestorer
 

Typedefs

using TrackHolders = std::vector< std::shared_ptr< Track > >
 

Typedef Documentation

◆ TrackHolders

using TrackHolders = std::vector<std::shared_ptr<Track> >

Definition at line 30 of file ProjectFileManager.h.