Audacity 3.2.0
|
#include <ProjectSettings.h>
Public Types | |
enum | Type : int { ChangedTool } |
Public Attributes | |
enum ProjectSettingsEvent::Type | type |
const int | oldValue |
const int | newValue |
Definition at line 42 of file ProjectSettings.h.
enum ProjectSettingsEvent::Type : int |
Enumerator | |
---|---|
ChangedTool |
Definition at line 43 of file ProjectSettings.h.
const int ProjectSettingsEvent::newValue |
Definition at line 47 of file ProjectSettings.h.
const int ProjectSettingsEvent::oldValue |
Definition at line 46 of file ProjectSettings.h.
enum ProjectSettingsEvent::Type ProjectSettingsEvent::type |
Referenced by ToolsToolBar::OnToolChanged().