|
VSTGUI
4.7
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for VSTGUIEditorInterface:Public Member Functions | |
| 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 Member Functions | |
| VSTGUIEditorInterface ()=default | |
| virtual | ~VSTGUIEditorInterface () noexcept=default |
Protected Attributes | |
| CFrame * | frame {nullptr} |
|
protecteddefault |
|
protectedvirtualdefaultnoexcept |
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 in AEffGUIEditor.
|
inlinevirtual |
Reimplemented in PluginGUIEditor.
|
inlinevirtual |
Reimplemented in AEffGUIEditor, and PluginGUIEditor.
|
inlinevirtual |
Reimplemented in PluginGUIEditor.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in AEffGUIEditor, and PluginGUIEditor.
|
protected |