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 239 of file GUIPrefs.cpp.

240{
241 static int value = wxNewId();
242 return value;
243}

Referenced by ViewActions::Handler::OnShowClipping(), TrackArtist::UpdatePrefs(), and TrackArtist::UpdateSelectedPrefs().

Here is the caller graph for this function:

◆ ShowTrackNameInWaveformPrefsID()

int ShowTrackNameInWaveformPrefsID ( )

Definition at line 245 of file GUIPrefs.cpp.

246{
247 static int value = wxNewId();
248 return value;
249}

Referenced by ViewActions::Handler::OnShowNameOverlay(), TrackArtist::UpdatePrefs(), and TrackArtist::UpdateSelectedPrefs().

Here is the caller graph for this function: