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

#include <vstcontrols.h>

+ Inheritance diagram for CControlListener:

Public Member Functions

virtual ~CControlListener ()
 
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)
 

Constructor & Destructor Documentation

virtual ~CControlListener ( )
inlinevirtual

Member Function Documentation

virtual void controlBeginEdit ( VSTGUI::CControl pControl)
inlinevirtual
virtual void controlEndEdit ( VSTGUI::CControl pControl)
inlinevirtual
virtual long controlModifierClicked ( VSTGUI::CControl pControl,
long  button 
)
inlinevirtual

return 1 if you want the control to not handle it, otherwise 0

virtual void valueChanged ( VSTGUI::CControl pControl)
pure virtual

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