|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for AEffGUIEditor:
Collaboration 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 | draw (ERect *pRect) |
| void | wait (uint32_t ms) |
| uint32_t | getTicks () |
| 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) |
| virtual bool | onWheel (float distance) |
Protected Attributes | |
| ERect | rect |
| AEffGUIEditor | ( | void * | pEffect | ) |
Here is the call graph for this function:
|
virtual |
|
virtual |
|
virtual |
Here is the call graph for this function:
|
virtual |
|
inline |
|
inlinevirtual |
|
virtual |
| uint32_t getTicks | ( | ) |
Here is the caller graph for this function:
|
inline |
|
virtual |
Here is the caller graph for this function:
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
| void wait | ( | uint32_t | ms | ) |
Here is the caller graph for this function:
|
protected |