Audacity 3.2.0
|
#include <LV2Editor.h>
Public Member Functions | |
void | Destroy () |
~UI () | |
Public Attributes | |
SuilInstancePtr | mSuilInstance |
wxWindowPtr< NativeWindow > | mNativeWin {} |
bool | mJustLeakMemory { false } |
Definition at line 135 of file LV2Editor.h.
|
inline |
Definition at line 137 of file LV2Editor.h.
References Destroy().
void LV2Editor::UI::Destroy | ( | ) |
Definition at line 52 of file LV2Editor.cpp.
References mJustLeakMemory, mNativeWin, and mSuilInstance.
Referenced by LV2Editor::Disconnect(), and ~UI().
bool LV2Editor::UI::mJustLeakMemory { false } |
Definition at line 141 of file LV2Editor.h.
Referenced by Destroy().
wxWindowPtr<NativeWindow> LV2Editor::UI::mNativeWin {} |
Definition at line 139 of file LV2Editor.h.
Referenced by LV2Editor::BuildFancy(), Destroy(), LV2Editor::OnSize(), LV2Editor::SizeRequest(), and LV2Editor::ui_resize().
SuilInstancePtr LV2Editor::UI::mSuilInstance |
Definition at line 138 of file LV2Editor.h.
Referenced by LV2Editor::BuildFancy(), Destroy(), LV2Editor::OnIdle(), and LV2Editor::UpdateUI().