![]() |
Audacity 3.2.0
|
#include <LV2Validator.h>
Public Member Functions | |
void | Destroy () |
~UI () | |
Public Attributes | |
SuilInstancePtr | mSuilInstance |
wxWindowPtr< NativeWindow > | mNativeWin {} |
bool | mJustLeakMemory { false } |
Definition at line 132 of file LV2Validator.h.
|
inline |
Definition at line 134 of file LV2Validator.h.
References Destroy().
void LV2Validator::UI::Destroy | ( | ) |
Definition at line 51 of file LV2Validator.cpp.
References mJustLeakMemory, mNativeWin, and mSuilInstance.
Referenced by LV2Validator::Disconnect(), and ~UI().
bool LV2Validator::UI::mJustLeakMemory { false } |
Definition at line 138 of file LV2Validator.h.
Referenced by Destroy().
wxWindowPtr<NativeWindow> LV2Validator::UI::mNativeWin {} |
Definition at line 136 of file LV2Validator.h.
Referenced by LV2Validator::BuildFancy(), Destroy(), LV2Validator::OnSize(), LV2Validator::SizeRequest(), and LV2Validator::ui_resize().
SuilInstancePtr LV2Validator::UI::mSuilInstance |
Definition at line 135 of file LV2Validator.h.
Referenced by LV2Validator::BuildFancy(), Destroy(), LV2Validator::OnIdle(), and LV2Validator::UpdateUI().