
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 | |
| virtual void | controlBeginEdit (VSTGUI::CControl *pControl) |
| virtual void | controlEndEdit (VSTGUI::CControl *pControl) |
| virtual void | controlTagWillChange (VSTGUI::CControl *pControl) |
| virtual void | controlTagDidChange (VSTGUI::CControl *pControl) |
| virtual ~CControlListener | ( | ) | [inline, virtual] |
| virtual void controlBeginEdit | ( | VSTGUI::CControl * | pControl | ) | [inline, virtual] |
Reimplemented in CColorChooser, DelegationController, VST3Editor, GroupController, and PadController.
| virtual void controlEndEdit | ( | VSTGUI::CControl * | pControl | ) | [inline, virtual] |
Reimplemented in CColorChooser, DelegationController, VST3Editor, GroupController, and PadController.
| virtual int32_t controlModifierClicked | ( | VSTGUI::CControl * | pControl, | |
| VSTGUI::CButtonState | button | |||
| ) | [inline, virtual] |
return 1 if you want the control to not handle it, otherwise 0
Reimplemented in DelegationController.
| virtual void controlTagDidChange | ( | VSTGUI::CControl * | pControl | ) | [inline, virtual] |
Reimplemented in DelegationController, and VST3Editor.
| virtual void controlTagWillChange | ( | VSTGUI::CControl * | pControl | ) | [inline, virtual] |
Reimplemented in DelegationController, and VST3Editor.
| virtual void valueChanged | ( | VSTGUI::CControl * | pControl | ) | [pure virtual] |
Implemented in CDataBrowser, CColorChooser, CFontChooser, CSplashScreen, CScrollView, CTabView, DelegationController, VST3Editor, GroupController, and PadController.
1.6.1