|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for PluginGUIEditor:
Collaboration diagram for PluginGUIEditor:Public Member Functions | |
| PluginGUIEditor (void *pEffect) | |
| virtual | ~PluginGUIEditor () |
| virtual void | setParameter (int32_t index, float value) |
| virtual bool | getRect (ERect **ppRect) |
| virtual bool | open (void *ptr) |
| virtual void | close () |
| virtual void | idle () |
| virtual void | draw (ERect *pRect) |
| void | wait (uint32_t ms) |
| uint32_t | getTicks () |
| virtual void | doIdleStuff () |
| void * | getEffect () |
| int32_t | getVstGuiVersion () |
| virtual int32_t | setKnobMode (int32_t val) |
| virtual int32_t | getKnobMode () const |
| CFrame * | getFrame () |
| virtual void | beginEdit (int32_t index) |
| virtual void | endEdit (int32_t index) |
Protected Attributes | |
| ERect | rect |
| void * | effect |
| void * | systemWindow |
This is the same as the AEffGUIEditor class except that this one allows the VSTGUI lib to build without VST dependencies.
| PluginGUIEditor | ( | void * | pEffect | ) |
Here is the call graph for this function:
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Here is the call graph for this function:
|
virtual |
|
inlinevirtual |
|
inline |
|
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 |
|
inlinevirtual |
| void wait | ( | uint32_t | ms | ) |
Here is the caller graph for this function:
|
protected |
|
protected |
|
protected |