Audacity 3.2.0
Classes | Macros
PrefsPanel.h File Reference
#include <functional>
#include "wxPanelWrapper.h"
#include "ComponentInterface.h"
#include "Registry.h"
Include dependency graph for PrefsPanel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PrefsPanel
 Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs, DirectoriesPrefs, GUIPrefs, KeyConfigPrefs, QualityPrefs, SpectrumPrefs and ThemePrefs. More...
 
struct  PrefsPanel::PrefsNode
 
struct  PrefsPanel::Registration
 
struct  PrefsPanel::Traits
 
struct  PrefsPanel::PrefsItem
 

Macros

#define PREFS_FONT_SIZE   8
 
#define BUILTIN_PREFS_PANEL_PREFIX   wxT("Built-in PrefsPanel: ")
 
#define RADIO_BUTTON_BORDER   5
 
#define TOP_LEVEL_BORDER   5
 
#define GENERIC_CONTROL_BORDER   5
 

Macro Definition Documentation

◆ BUILTIN_PREFS_PANEL_PREFIX

#define BUILTIN_PREFS_PANEL_PREFIX   wxT("Built-in PrefsPanel: ")

Definition at line 38 of file PrefsPanel.h.

◆ GENERIC_CONTROL_BORDER

#define GENERIC_CONTROL_BORDER   5

Definition at line 44 of file PrefsPanel.h.

◆ PREFS_FONT_SIZE

#define PREFS_FONT_SIZE   8

Definition at line 36 of file PrefsPanel.h.

◆ RADIO_BUTTON_BORDER

#define RADIO_BUTTON_BORDER   5

Definition at line 42 of file PrefsPanel.h.

◆ TOP_LEVEL_BORDER

#define TOP_LEVEL_BORDER   5

Definition at line 43 of file PrefsPanel.h.