Audacity 3.2.0
Classes | Namespaces | Functions | Variables
TempDirectory.cpp File Reference
#include "TempDirectory.h"
#include "FileNames.h"
#include "BasicUI.h"
Include dependency graph for TempDirectory.cpp:

Go to the source code of this file.

Classes

struct  anonymous_namespace{TempDirectory.cpp}::TempDirChangedPublisher
 

Namespaces

namespace  anonymous_namespace{TempDirectory.cpp}
 

Functions

TempDirChangedPublisher & anonymous_namespace{TempDirectory.cpp}::GetTempDirChangedPublisher ()
 
static wxString & TempDirPath ()
 

Variables

static FilePath sDefaultTempDir
 Default temp directory. More...
 

Function Documentation

◆ TempDirPath()

static wxString & TempDirPath ( )
static

Definition at line 40 of file TempDirectory.cpp.

41{
42 static wxString path;
43 return path;
44}

Referenced by TempDirectory::ResetTempDir(), and TempDirectory::TempDir().

Here is the caller graph for this function:

Variable Documentation

◆ sDefaultTempDir

FilePath sDefaultTempDir
static

Default temp directory.

Definition at line 80 of file TempDirectory.cpp.

Referenced by TempDirectory::DefaultTempDir(), and TempDirectory::SetDefaultTempDir().