All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kanzi::PinchManipulator::MovedMessageArguments Class Reference

#include <kanzi/input/pinch_manipulator.hpp>

Inheritance diagram for kanzi::PinchManipulator::MovedMessageArguments:

Public Member Functions

float getScale () const
 
void setScale (float value)
 
float getRotation () const
 
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...
 

Member Function Documentation

static PropertyTypeEditorInfoSharedPtr kanzi::PinchManipulator::MovedMessageArguments::makeEditorInfo ( )
static
float kanzi::PinchManipulator::MovedMessageArguments::getScale ( ) const
inline
void kanzi::PinchManipulator::MovedMessageArguments::setScale ( float  value)
inline
float kanzi::PinchManipulator::MovedMessageArguments::getRotation ( ) const
inline
void kanzi::PinchManipulator::MovedMessageArguments::setRotation ( float  value)
inline

Member Data Documentation

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

PinchScale property.

The default value is 0.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: