VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IViewEventListener Class Referenceabstract

View Event Listener Interface. More...

+ Inheritance diagram for IViewEventListener:

Public Member Functions

virtual ~IViewEventListener () noexcept=default
 
virtual void viewOnEvent (CView *view, Event &event)=0
 called on an event on a view
 

Detailed Description

View Event Listener Interface.

Constructor & Destructor Documentation

virtual ~IViewEventListener ( )
virtualdefaultnoexcept

Member Function Documentation

virtual void viewOnEvent ( CView view,
Event event 
)
pure virtual

called on an event on a view

whenever an event is dispatched to a view, the listener will be notified about it and can mark the event as consumed if necessary to prevent that the event is handled by the view and further dispatched in the view hierarchy.

Implemented in ViewEventListenerAdapter, and CControl::Impl.


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