Audacity 3.2.0
|
#include <functional>
#include "wxPanelWrapper.h"
#include "ComponentInterface.h"
#include "Registry.h"
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, MousePrefs, 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 |
#define BUILTIN_PREFS_PANEL_PREFIX wxT("Built-in PrefsPanel: ") |
Definition at line 38 of file PrefsPanel.h.
#define GENERIC_CONTROL_BORDER 5 |
Definition at line 44 of file PrefsPanel.h.
#define PREFS_FONT_SIZE 8 |
Definition at line 36 of file PrefsPanel.h.
#define RADIO_BUTTON_BORDER 5 |
Definition at line 42 of file PrefsPanel.h.
#define TOP_LEVEL_BORDER 5 |
Definition at line 43 of file PrefsPanel.h.