VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CControl::Impl Struct Reference
+ Inheritance diagram for CControl::Impl:

Public Types

using SubListenerDispatcher = DispatchList< IControlListener * >
 

Public Member Functions

void viewOnEvent (CView *view, Event &event) override
 called on an event on a view
 
- Public Member Functions inherited from ViewEventListenerAdapter
void viewOnEvent (CView *view, Event &event) override
 called on an event on a view
 
- Public Member Functions inherited from IViewEventListener
virtual ~IViewEventListener () noexcept=default
 

Public Attributes

SubListenerDispatcher subListeners
 
float oldValue {1}
 
float defaultValue {0.5}
 
float vmin {0}
 
float vmax {1.f}
 
float wheelInc {0.1f}
 
int32_t editing {0}
 

Member Typedef Documentation

Member Function Documentation

void viewOnEvent ( CView view,
Event event 
)
inlineoverridevirtual

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.

Implements IViewEventListener.

Member Data Documentation

float defaultValue {0.5}
int32_t editing {0}
float oldValue {1}
SubListenerDispatcher subListeners
float vmax {1.f}
float vmin {0}
float wheelInc {0.1f}

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