Kanzi  3.9.6
Kanzi Engine API
kanzi::EventSourceDecorator Class Referenceabstract

The EventSourceDecorator declares the interface for the EventSource decorators. More...

#include <kanzi/core.ui/input/event_source.hpp>

Inheritance diagram for kanzi::EventSourceDecorator:
[legend]

Public Member Functions

virtual EventSourceSharedPtr getWrappedEventSource () const =0
 Returns the wrapped EventSource. More...
 
virtual ~EventSourceDecorator ()=default
 Destructor. More...
 

Detailed Description

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.

Since
Kanzi 3.9.0

Constructor & Destructor Documentation

◆ ~EventSourceDecorator()

virtual kanzi::EventSourceDecorator::~EventSourceDecorator ( )
virtualdefault

Destructor.

Member Function Documentation

◆ getWrappedEventSource()

virtual EventSourceSharedPtr kanzi::EventSourceDecorator::getWrappedEventSource ( ) const
pure virtual

Returns the wrapped EventSource.

Returns
The wrapped EventSource.

Implemented in kanzi::KeyRepeatGenerator, and kanzi::KeyMapEventFilter.


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