#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/optional.hpp>
#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core.ui/coreui_api.hpp>
#include <kanzi/core.ui/platform/task_dispatcher/common/native_event_handle.hpp>
Classes | |
class | kanzi::EventSource |
EventSource class. More... | |
class | kanzi::EventSourceDecorator |
The EventSourceDecorator declares the interface for the EventSource decorators. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::EventSourceSharedPtr = shared_ptr< EventSource > |
EventSource shared pointer type. More... | |
Functions | |
template<typename TWrappedType > | |
shared_ptr< TWrappedType > | kanzi::getWrappedEventSource (EventSourceSharedPtr eventSource) |
Returns the event source wrapper of TWrappedType type from the passed event source. More... | |