Audacity 3.2.0
Namespaces | Functions | Variables
GUIPrefs.cpp File Reference
#include "GUIPrefs.h"
#include <wx/defs.h>
#include <mutex>
#include "FileNames.h"
#include "Languages.h"
#include "Theme.h"
#include "Prefs.h"
#include "ShuttleGui.h"
#include "Decibels.h"
#include "Beats.h"
#include "ThemePrefs.h"
#include "AColor.h"
#include "GUISettings.h"
Include dependency graph for GUIPrefs.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{GUIPrefs.cpp}
 

Functions

int ShowClippingPrefsID ()
 
int ShowTrackNameInWaveformPrefsID ()
 

Variables

PrefsPanel::Registration anonymous_namespace{GUIPrefs.cpp}::sAttachment
 

Function Documentation

◆ ShowClippingPrefsID()

int ShowClippingPrefsID ( )

Definition at line 225 of file GUIPrefs.cpp.

226{
227 static int value = wxNewId();
228 return value;
229}

Referenced by anonymous_namespace{ViewMenus.cpp}::OnShowClipping(), TrackArtist::UpdatePrefs(), and TrackArtist::UpdateSelectedPrefs().

Here is the caller graph for this function:

◆ ShowTrackNameInWaveformPrefsID()

int ShowTrackNameInWaveformPrefsID ( )

Definition at line 231 of file GUIPrefs.cpp.

232{
233 static int value = wxNewId();
234 return value;
235}

Referenced by anonymous_namespace{ViewMenus.cpp}::OnShowNameOverlay(), TrackArtist::UpdatePrefs(), and TrackArtist::UpdateSelectedPrefs().

Here is the caller graph for this function: