|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Collaboration 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 () | |
| virtual | ~VSTGUIEditorInterface () |
Protected Attributes | |
| CFrame * | frame |
|
inlineprotected |
|
inlineprotectedvirtual |
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
|
inlinevirtual |
Here is the caller graph for this function:
|
inlinevirtual |
Here is the caller graph for this function:
|
inlinevirtual |
Here is the caller graph for this function:
|
inlinevirtual |
|
inlinevirtual |
Here is the caller graph for this function:
|
protected |