| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
#include <plugguieditor.h>
 Inheritance diagram for PluginGUIEditor:
 Inheritance diagram for PluginGUIEditor:| 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 | 
|  Public Member Functions inherited from VSTGUIEditorInterface | |
| virtual void | doIdleStuff () | 
| virtual int32_t | getKnobMode () const | 
| virtual void | beginEdit (int32_t index) | 
| virtual void | endEdit (int32_t index) | 
| 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  More... | |
| virtual CFrame * | getFrame () const | 
| Protected Attributes | |
| ERect | rect | 
| void * | effect | 
| void * | systemWindow | 
|  Protected Attributes inherited from VSTGUIEditorInterface | |
| CFrame * | frame {nullptr} | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from VSTGUIEditorInterface | |
| 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 |