Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
VSTControl::Impl Struct Reference

Public Member Functions

 ~Impl ()
 

Public Attributes

Display * display { nullptr }
 
Window window { 0 }
 

Detailed Description

Definition at line 19 of file VSTControlGTK.cpp.

Constructor & Destructor Documentation

◆ ~Impl()

VSTControl::Impl::~Impl ( )
inline

Definition at line 24 of file VSTControlGTK.cpp.

25 {
26 display = nullptr;
27 window = 0;
28 }

References display, and window.

Member Data Documentation

◆ display

Display* VSTControl::Impl::display { nullptr }

Definition at line 21 of file VSTControlGTK.cpp.

Referenced by ~Impl().

◆ window

Window VSTControl::Impl::window { 0 }

Definition at line 22 of file VSTControlGTK.cpp.

Referenced by ~Impl().


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