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

Posted when effect is being added or removed to/from channel group or project. More...

#include <RealtimeEffectManager.h>

Collaboration diagram for RealtimeEffectManagerMessage:
[legend]

Public Types

enum class  Type { EffectAdded , EffectReplaced , EffectRemoved }
 

Public Attributes

Type type {}
 
ChannelGroupgroup {}
 null, if changes happened in the project scope More...
 

Detailed Description

Posted when effect is being added or removed to/from channel group or project.

Definition at line 36 of file RealtimeEffectManager.h.

Member Enumeration Documentation

◆ Type

Enumerator
EffectAdded 
EffectReplaced 
EffectRemoved 

Definition at line 38 of file RealtimeEffectManager.h.

39 {
40 EffectAdded,
41 EffectReplaced,
42 EffectRemoved
43 };

Member Data Documentation

◆ group

ChannelGroup* RealtimeEffectManagerMessage::group {}

null, if changes happened in the project scope

Definition at line 45 of file RealtimeEffectManager.h.

Referenced by TrackPanel::TrackPanel().

◆ type

Type RealtimeEffectManagerMessage::type {}

Definition at line 44 of file RealtimeEffectManager.h.


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