VSTGUI  3.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
TutorialEditor Class Referenceabstract

#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]
 

Constructor & Destructor Documentation

TutorialEditor ( void *  ptr)

Member Function Documentation

void close ( )
virtual void controlBeginEdit ( VSTGUI::CControl pControl)
inlinevirtualinherited
virtual void controlEndEdit ( VSTGUI::CControl pControl)
inlinevirtualinherited
virtual long controlModifierClicked ( VSTGUI::CControl pControl,
long  button 
)
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)
virtual void valueChanged ( VSTGUI::CControl pControl)
pure virtualinherited

Member Data Documentation

CControl* controls[kNumParameters]
protected

The documentation for this class was generated from the following files: