Audacity 3.2.0
Functions | Variables
anonymous_namespace{PlaybackPrefs.cpp} Namespace Reference

Functions

const char * UnpinnedScrubbingPreferenceKey ()
 
bool UnpinnedScrubbingPreferenceDefault ()
 

Variables

int iPreferenceUnpinned = -1
 
PrefsPanel::Registration sAttachment
 

Function Documentation

◆ UnpinnedScrubbingPreferenceDefault()

bool anonymous_namespace{PlaybackPrefs.cpp}::UnpinnedScrubbingPreferenceDefault ( )

Definition at line 71 of file PlaybackPrefs.cpp.

72 {
73 return true;
74 }

Referenced by PlaybackPrefs::GetUnpinnedScrubbingPreference(), and PlaybackPrefs::PopulateOrExchange().

Here is the caller graph for this function:

◆ UnpinnedScrubbingPreferenceKey()

const char * anonymous_namespace{PlaybackPrefs.cpp}::UnpinnedScrubbingPreferenceKey ( )

Definition at line 67 of file PlaybackPrefs.cpp.

68 {
69 return "/AudioIO/UnpinnedScrubbing";
70 }

Referenced by PlaybackPrefs::GetUnpinnedScrubbingPreference(), and PlaybackPrefs::PopulateOrExchange().

Here is the caller graph for this function:

Variable Documentation

◆ iPreferenceUnpinned

int anonymous_namespace{PlaybackPrefs.cpp}::iPreferenceUnpinned = -1

◆ sAttachment

PrefsPanel::Registration anonymous_namespace{PlaybackPrefs.cpp}::sAttachment
Initial value:
{ "Playback",
[](wxWindow *parent, wxWindowID winid, AudacityProject *)
{
wxASSERT(parent);
return safenew PlaybackPrefs(parent, winid);
}
}
#define safenew
Definition: MemoryX.h:9
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
A PrefsPanel used to select playback options.
Definition: PlaybackPrefs.h:24

Definition at line 187 of file PlaybackPrefs.cpp.