#include <kanzi/ui/node_component/animation/property_target_easing_timeline.hpp>
#include <kanzi/ui/ui_api.hpp>
#include <kanzi/core.ui/node/node.hpp>
#include <kanzi/core.ui/node_component/node_component.hpp>
#include <kanzi/core.ui/message/message_arguments.hpp>
#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/message/message_type.hpp>
Classes | |
class | kanzi::PropertyTargetEasingInterpolator |
Use a Property Target Easing Interpolator when you want to create a smooth transition between the current value of a property and a value that you set dynamically. More... | |
class | kanzi::PropertyTargetEasingInterpolator::SetEnabledMessageArguments |
Message arguments for the PropertyTargetEasingInterpolator::SetEnabledMessage message. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::PropertyTargetEasingInterpolatorSharedPtr = shared_ptr< PropertyTargetEasingInterpolator > |