Audacity 3.2.0
|
Makes a temporary project that doesn't display on the screen. More...
#include <ProjectFileIO.h>
Public Member Functions | |
InvisibleTemporaryProject () | |
~InvisibleTemporaryProject () | |
AudacityProject & | Project () |
Private Attributes | |
std::shared_ptr< AudacityProject > | mpProject |
Makes a temporary project that doesn't display on the screen.
Definition at line 338 of file ProjectFileIO.h.
InvisibleTemporaryProject::InvisibleTemporaryProject | ( | ) |
Definition at line 2638 of file ProjectFileIO.cpp.
InvisibleTemporaryProject::~InvisibleTemporaryProject | ( | ) |
Definition at line 2643 of file ProjectFileIO.cpp.
|
inline |
Definition at line 343 of file ProjectFileIO.h.
Referenced by ProjectFileManager::DiscardAutosave(), and anonymous_namespace{ProjectFileManager.cpp}::ImportProject().
|
private |
Definition at line 348 of file ProjectFileIO.h.