The EventSourceDecorator declares the interface for the EventSource decorators. More...
#include <kanzi/core.ui/input/event_source.hpp>
Public Member Functions | |
virtual EventSourceSharedPtr | getWrappedEventSource () const =0 |
Returns the wrapped EventSource. More... | |
virtual | ~EventSourceDecorator ()=default |
Destructor. More... | |
The EventSourceDecorator declares the interface for the EventSource decorators.
To give access to the decorated event source, implement this interface in your event source decorator.
|
virtualdefault |
Destructor.
|
pure virtual |
Returns the wrapped EventSource.
Implemented in kanzi::KeyRepeatGenerator, and kanzi::KeyMapEventFilter.