Audacity 3.2.0
Public Attributes | List of all members
DialogFactoryResults Struct Reference

#include <EffectUIServices.h>

Collaboration diagram for DialogFactoryResults:
[legend]

Public Attributes

wxDialog * pDialog {}
 
std::shared_ptr< EffectInstancepInstance {}
 constructed and successfully Init()-ed; or null for failure More...
 
EffectEditorpEditor {}
 

Detailed Description

Definition at line 31 of file EffectUIServices.h.

Member Data Documentation

◆ pDialog

wxDialog* DialogFactoryResults::pDialog {}

Definition at line 32 of file EffectUIServices.h.

◆ pEditor

EffectEditor* DialogFactoryResults::pEditor {}

Definition at line 35 of file EffectUIServices.h.

◆ pInstance

std::shared_ptr<EffectInstance> DialogFactoryResults::pInstance {}

constructed and successfully Init()-ed; or null for failure

Definition at line 34 of file EffectUIServices.h.


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