kanzi::PinchManipulator::MovedMessageArguments Class Reference

Message arguments for moved message sent during pan gesture. Inherits argument properties from InputManipulator::InputMessageArguments. More...

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

Inheritance diagram for kanzi::PinchManipulator::MovedMessageArguments:

Public Member Functions

float getScale () const
 The scale value recognized from the pinch gesture. More...
 
void setScale (float value)
 
float getRotation () const
 The rotation value recognized from the pinch gesture. More...
 
void setRotation (float value)
 

Static Public Member Functions

static PropertyTypeEditorInfoSharedPtr makeEditorInfo ()
 

Static Public Attributes

static PropertyType< float > PinchScaleProperty
 PinchScale property. More...
 
static PropertyType< float > PinchRotationProperty
 PinchRotation property. More...
 

Detailed Description

Message arguments for moved message sent during pan gesture. Inherits argument properties from InputManipulator::InputMessageArguments.

Member Function Documentation

float kanzi::PinchManipulator::MovedMessageArguments::getScale ( ) const
inline

The scale value recognized from the pinch gesture.

void kanzi::PinchManipulator::MovedMessageArguments::setScale ( float  value)
inline
float kanzi::PinchManipulator::MovedMessageArguments::getRotation ( ) const
inline

The rotation value recognized from the pinch gesture.

void kanzi::PinchManipulator::MovedMessageArguments::setRotation ( float  value)
inline
static PropertyTypeEditorInfoSharedPtr kanzi::PinchManipulator::MovedMessageArguments::makeEditorInfo ( )
static

Member Data Documentation

PropertyType<float> kanzi::PinchManipulator::MovedMessageArguments::PinchScaleProperty
static

PinchScale property.

The default value is 1.0f.

See also
setPinchScale(), getPinchScale()
PropertyType<float> kanzi::PinchManipulator::MovedMessageArguments::PinchRotationProperty
static

PinchRotation property.

The default value is 0.0f.

See also
setPinchRotation(), getPinchRotation()

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