VSTGUI  4.2
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
CControlListener Class Referenceabstract
+ Inheritance diagram for CControlListener:

Public Member Functions

virtual ~CControlListener ()
 
virtual void valueChanged (VSTGUI::CControl *pControl)=0
 
virtual int32_t controlModifierClicked (VSTGUI::CControl *pControl, VSTGUI::CButtonState 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)
 
virtual void controlTagWillChange (VSTGUI::CControl *pControl)
 
virtual void controlTagDidChange (VSTGUI::CControl *pControl)
 

Constructor & Destructor Documentation

virtual ~CControlListener ( )
inlinevirtual

Member Function Documentation

virtual void controlBeginEdit ( VSTGUI::CControl pControl)
inlinevirtual

Reimplemented in DelegationController, VST3Editor, CColorChooser, GroupController, and PadController.

+ Here is the caller graph for this function:

virtual void controlEndEdit ( VSTGUI::CControl pControl)
inlinevirtual

Reimplemented in DelegationController, VST3Editor, CColorChooser, GroupController, and PadController.

+ Here is the caller graph for this function:

virtual int32_t controlModifierClicked ( VSTGUI::CControl pControl,
VSTGUI::CButtonState  button 
)
inlinevirtual

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

Reimplemented in DelegationController.

+ Here is the caller graph for this function:

virtual void controlTagDidChange ( VSTGUI::CControl pControl)
inlinevirtual

Reimplemented in DelegationController, and VST3Editor.

+ Here is the caller graph for this function:

virtual void controlTagWillChange ( VSTGUI::CControl pControl)
inlinevirtual

Reimplemented in DelegationController, and VST3Editor.

+ Here is the caller graph for this function:

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

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