VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
View Mouse Listener Interface. More...
#include <iviewlistener.h>
Public Member Functions | |
virtual | ~IViewMouseListener () noexcept=default |
virtual CMouseEventResult | viewOnMouseDown (CView *view, CPoint pos, CButtonState buttons)=0 |
virtual CMouseEventResult | viewOnMouseUp (CView *view, CPoint pos, CButtonState buttons)=0 |
virtual CMouseEventResult | viewOnMouseMoved (CView *view, CPoint pos, CButtonState buttons)=0 |
virtual CMouseEventResult | viewOnMouseCancel (CView *view)=0 |
virtual void | viewOnMouseEntered (CView *view)=0 |
virtual void | viewOnMouseExited (CView *view)=0 |
virtual void | viewOnMouseEnabled (CView *view, bool state)=0 |
View Mouse Listener Interface.
|
virtualdefaultnoexcept |
|
pure virtual |
Implemented in ViewMouseListenerAdapter.
|
pure virtual |
Implemented in ViewMouseListenerAdapter.
|
pure virtual |
Implemented in ViewMouseListenerAdapter.
|
pure virtual |
Implemented in ViewMouseListenerAdapter.
|
pure virtual |
Implemented in ViewMouseListenerAdapter.
|
pure virtual |
Implemented in ViewMouseListenerAdapter.
|
pure virtual |
Implemented in ViewMouseListenerAdapter.