Audacity 3.2.0
Public Types | Public Attributes | List of all members
ProjectSettingsEvent Struct Reference

#include <ProjectSettings.h>

Public Types

enum  Type : int { ChangedTool }
 

Public Attributes

enum ProjectSettingsEvent::Type type
 
const int oldValue
 
const int newValue
 

Detailed Description

Definition at line 42 of file ProjectSettings.h.

Member Enumeration Documentation

◆ Type

Enumerator
ChangedTool 

Definition at line 43 of file ProjectSettings.h.

43 : int {
45 } type;
enum ProjectSettingsEvent::Type type

Member Data Documentation

◆ newValue

const int ProjectSettingsEvent::newValue

Definition at line 47 of file ProjectSettings.h.

◆ oldValue

const int ProjectSettingsEvent::oldValue

Definition at line 46 of file ProjectSettings.h.

◆ type

enum ProjectSettingsEvent::Type ProjectSettingsEvent::type

The documentation for this struct was generated from the following file: