|
VSTGUI
3.6
|
#include <TutorialEditor.h>
Inheritance diagram for TutorialEditor:Public Member Functions | |
| TutorialEditor (void *) | |
| bool | open (void *ptr) |
| void | close () |
| void | setParameter (VstInt32 index, float value) |
| void | valueChanged (CControl *pControl) |
| virtual void | valueChanged (VSTGUI::CControl *pControl)=0 |
| virtual long | controlModifierClicked (VSTGUI::CControl *pControl, long button) |
| return 1 if you want the control to not handle it, otherwise 0 More... | |
| virtual void | controlBeginEdit (VSTGUI::CControl *pControl) |
| virtual void | controlEndEdit (VSTGUI::CControl *pControl) |
Protected Attributes | |
| CControl * | controls [kNumParameters] |
| TutorialEditor | ( | void * | ptr | ) |
| void close | ( | ) |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
return 1 if you want the control to not handle it, otherwise 0
| bool open | ( | void * | ptr | ) |
| void setParameter | ( | VstInt32 | index, |
| float | value | ||
| ) |
| void valueChanged | ( | CControl * | pControl | ) |
|
pure virtualinherited |
Implemented in CSplashScreen, CDataBrowser, CScrollView, and CTabView.
|
protected |
1.8.7