| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
 Inheritance diagram for AEffGUIEditor:
 Inheritance diagram for AEffGUIEditor:| Public Member Functions | |
| AEffGUIEditor (void *pEffect) | |
| virtual | ~AEffGUIEditor () | 
| virtual void | setParameter (VstInt32 index, float value) | 
| virtual bool | getRect (ERect **ppRect) | 
| virtual bool | open (void *ptr) | 
| virtual void | idle () | 
| virtual void | doIdleStuff () | 
| AudioEffect * | getEffect () | 
| int32_t | getVstGuiVersion () | 
| virtual bool | setKnobMode (int32_t val) | 
| virtual int32_t | getKnobMode () const | 
| 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 bool | onWheel (float distance) | 
|  Public Member Functions inherited from VSTGUIEditorInterface | |
| virtual void | beginEdit (int32_t index) | 
| virtual void | endEdit (int32_t index) | 
| virtual CFrame * | getFrame () const | 
| Protected Attributes | |
| ERect | rect | 
|  Protected Attributes inherited from VSTGUIEditorInterface | |
| CFrame * | frame {nullptr} | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from VSTGUIEditorInterface | |
| VSTGUIEditorInterface ()=default | |
| virtual | ~VSTGUIEditorInterface () noexcept=default | 
| AEffGUIEditor | ( | void * | pEffect | ) | 
| 
 | virtual | 
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
Reimplemented from VSTGUIEditorInterface.
| 
 | virtual | 
Reimplemented from VSTGUIEditorInterface.
| 
 | inline | 
| 
 | inlinevirtual | 
Reimplemented from VSTGUIEditorInterface.
| 
 | virtual | 
| 
 | inline | 
| 
 | virtual | 
| 
 | virtual | 
| 
 | virtual | 
| 
 | virtual | 
| 
 | inlinevirtual | 
| 
 | protected |