![]() |
Audacity 3.2.0
|
#include <EffectUIServices.h>
Public Attributes | |
| wxDialog * | pDialog {} |
| std::shared_ptr< EffectInstance > | pInstance {} |
| constructed and successfully Init()-ed; or null for failure More... | |
| EffectEditor * | pEditor {} |
Definition at line 31 of file EffectUIServices.h.
| wxDialog* DialogFactoryResults::pDialog {} |
Definition at line 32 of file EffectUIServices.h.
| EffectEditor* DialogFactoryResults::pEditor {} |
Definition at line 35 of file EffectUIServices.h.
| std::shared_ptr<EffectInstance> DialogFactoryResults::pInstance {} |
constructed and successfully Init()-ed; or null for failure
Definition at line 34 of file EffectUIServices.h.