VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
#include <plugguieditor.h>
Public Member Functions | |
PluginGUIEditor (void *pEffect) | |
~PluginGUIEditor () override | |
virtual void | setParameter (int32_t index, float value) |
virtual bool | getRect (ERect **ppRect) |
virtual bool | open (void *ptr) |
virtual void | close () |
virtual void | idle () |
void | doIdleStuff () override |
void * | getEffect () |
int32_t | getVstGuiVersion () |
virtual int32_t | setKnobMode (int32_t val) |
int32_t | getKnobMode () const override |
void | beginEdit (int32_t index) override |
void | endEdit (int32_t index) override |
![]() | |
virtual bool | beforeSizeChange (const CRect &newSize, const CRect &oldSize) |
frame will change size, if this returns false the upstream implementation does not allow it and thus the size of the frame will not change | |
virtual CFrame * | getFrame () const |
Protected Attributes | |
ERect | rect |
void * | effect |
void * | systemWindow |
![]() | |
CFrame * | frame {nullptr} |
Additional Inherited Members | |
![]() | |
VSTGUIEditorInterface ()=default | |
virtual | ~VSTGUIEditorInterface () noexcept=default |
This is the same as the AEffGUIEditor class except that this one allows the VSTGUI lib to build without VST dependencies.
PluginGUIEditor | ( | void * | pEffect | ) |
|
override |
|
inlineoverridevirtual |
Reimplemented from VSTGUIEditorInterface.
|
inlinevirtual |
|
overridevirtual |
Reimplemented from VSTGUIEditorInterface.
|
inlineoverridevirtual |
Reimplemented from VSTGUIEditorInterface.
|
inline |
|
inlineoverridevirtual |
Reimplemented from VSTGUIEditorInterface.
|
virtual |
|
inline |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |