scroll_view_properties.h File Reference

Variables

static PropertyType< float > MessageArgumentScrollViewScrollPositionXProperty
 MessageArgumentScrollViewScrollPositionX property. More...
 
static PropertyType< float > MessageArgumentScrollViewScrollPositionYProperty
 MessageArgumentScrollViewScrollPositionY property. More...
 
static PropertyType< Vector2 > MessageArgumentScrollViewScrollPositionProperty
 MessageArgumentScrollViewScrollPosition property. More...
 
static PropertyType< Vector2 > MessageArgumentScrollViewScrollSpeedProperty
 MessageArgumentScrollViewScrollSpeed property. More...
 
static PropertyType< Vector2 > MessageArgumentScrollViewScrollTargetProperty
 MessageArgumentScrollViewScrollTarget property. More...
 
static PropertyType< int > MessageArgumentScrollViewScrollDirectionProperty
 MessageArgumentScrollViewScrollDirection property. More...
 
static PropertyType< int > MessageArgumentScrollViewScrollPageProperty
 MessageArgumentScrollViewScrollPage property. More...
 
static PropertyType< int > MessageArgumentScrollViewScrollEdgeProperty
 MessageArgumentScrollViewScrollEdge property. More...
 
static PropertyType< float > MessageArgumentScrollViewZoomProperty
 MessageArgumentScrollViewZoom property. More...
 
static PropertyType< Vector2 > MessageArgumentScrollViewSnapPositionProperty
 MessageArgumentScrollViewSnapPosition property. More...
 
static PropertyType< Vector2 > MessageArgumentScrollViewSnapDirectionProperty
 MessageArgumentScrollViewSnapDirection property. More...
 
static PropertyType< Vector2 > ScrollAxisProperty
 ScrollAxis property. More...
 
static PropertyType< float > RecognitionThresholdProperty
 RecognitionThreshold property. More...
 
static PropertyType< int > MinimumNumberOfTouchesProperty
 MinimumNumberOfTouches property. More...
 
static PropertyType< int > MaximumNumberOfTouchesProperty
 MaximumNumberOfTouches property. More...
 
static PropertyType< float > SensitivityProperty
 Sensitivity property. More...
 
static PropertyType< float > SlidingAccelerationCoefficientProperty
 SlidingAccelerationCoefficient property. More...
 
static PropertyType< float > SlidingDragCoefficientProperty
 SlidingDragCoefficient property. More...
 
static PropertyType< float > DraggingAccelerationCoefficientProperty
 DraggingAccelerationCoefficient property. More...
 
static PropertyType< float > DraggingDragCoefficientProperty
 DraggingDragCoefficient property. More...
 
static PropertyType< float > DraggingImpulseFactorProperty
 DraggingImpulseFactor property. More...
 
static PropertyType< float > SwipeDistanceProperty
 SwipeDistance property. More...
 
static PropertyType< Vector2 > ScrollPositionProperty
 ScrollPosition property. More...
 
static PropertyType< Vector2 > ScrollTargetPositionProperty
 ScrollTargetPosition property. More...
 
static PropertyType< Vector2 > ScrollSpeedProperty
 ScrollSpeed property. More...
 
static PropertyType< bool > ScrollingProperty
 Scrolling property. More...
 
static PropertyType< bool > ZoomAffectsScrollingProperty
 ZoomAffectsScrolling property. More...
 
static PropertyType< Vector2 > ScrollBoundsMinimumProperty
 ScrollBoundsMinimum property. More...
 
static PropertyType< Vector2 > ScrollBoundsMaximumProperty
 ScrollBoundsMaximum property. More...
 
static PropertyType< bool > LoopingXEnabledProperty
 LoopingXEnabled property. More...
 
static PropertyType< bool > LoopingYEnabledProperty
 LoopingYEnabled property. More...
 
static PropertyType< bool > ZoomEnabledProperty
 ZoomEnabled property. More...
 
static PropertyType< float > ZoomProperty
 Zoom property. More...
 
static PropertyType< float > ZoomMinimumProperty
 ZoomMinimum property. More...
 
static PropertyType< float > ZoomMaximumProperty
 ZoomMaximum property. More...
 
static PropertyType< float > StepMultiplierProperty
 StepMultiplier property. More...
 

Variable Documentation

PropertyType<float> MessageArgumentScrollViewScrollPositionXProperty
static

MessageArgumentScrollViewScrollPositionX property.

The default value is 0.0f.

See also
setMessageArgumentScrollViewScrollPositionX(), getMessageArgumentScrollViewScrollPositionX()
PropertyType<float> MessageArgumentScrollViewScrollPositionYProperty
static

MessageArgumentScrollViewScrollPositionY property.

The default value is 0.0f.

See also
setMessageArgumentScrollViewScrollPositionY(), getMessageArgumentScrollViewScrollPositionY()
PropertyType<Vector2> MessageArgumentScrollViewScrollPositionProperty
static

MessageArgumentScrollViewScrollPosition property.

The default value is Vector2(0.0f, 0.0f).

See also
setMessageArgumentScrollViewScrollPosition(), getMessageArgumentScrollViewScrollPosition()
PropertyType<Vector2> MessageArgumentScrollViewScrollSpeedProperty
static

MessageArgumentScrollViewScrollSpeed property.

The default value is Vector2(0.0f, 0.0f).

See also
setMessageArgumentScrollViewScrollSpeed(), getMessageArgumentScrollViewScrollSpeed()
PropertyType<Vector2> MessageArgumentScrollViewScrollTargetProperty
static

MessageArgumentScrollViewScrollTarget property.

The default value is Vector2(0.0f, 0.0f).

See also
setMessageArgumentScrollViewScrollTarget(), getMessageArgumentScrollViewScrollTarget()
PropertyType<int> MessageArgumentScrollViewScrollDirectionProperty
static

MessageArgumentScrollViewScrollDirection property.

The default value is ScrollViewConcept::ScrollDown.

See also
setMessageArgumentScrollViewScrollDirection(), getMessageArgumentScrollViewScrollDirection()
PropertyType<int> MessageArgumentScrollViewScrollPageProperty
static

MessageArgumentScrollViewScrollPage property.

The default value is ScrollViewConcept::ScrollPageDown.

See also
setMessageArgumentScrollViewScrollPage(), getMessageArgumentScrollViewScrollPage()
PropertyType<int> MessageArgumentScrollViewScrollEdgeProperty
static

MessageArgumentScrollViewScrollEdge property.

The default value is ScrollViewConcept::ScrollEnd.

See also
setMessageArgumentScrollViewScrollEdge(), getMessageArgumentScrollViewScrollEdge()
PropertyType<float> MessageArgumentScrollViewZoomProperty
static

MessageArgumentScrollViewZoom property.

The default value is 1.0f.

See also
setMessageArgumentScrollViewZoom(), getMessageArgumentScrollViewZoom()
PropertyType<Vector2> MessageArgumentScrollViewSnapPositionProperty
static

MessageArgumentScrollViewSnapPosition property.

The default value is Vector2(0.0f, 0.0f).

See also
setMessageArgumentScrollViewSnapPosition(), getMessageArgumentScrollViewSnapPosition()
PropertyType<Vector2> MessageArgumentScrollViewSnapDirectionProperty
static

MessageArgumentScrollViewSnapDirection property.

The default value is Vector2(0.0f, 0.0f).

See also
setMessageArgumentScrollViewSnapDirection(), getMessageArgumentScrollViewSnapDirection()
PropertyType<Vector2> ScrollAxisProperty
static

ScrollAxis property.

The default value is Vector2(1.0f, 0.0f).

See also
setScrollAxis(), getScrollAxis()
PropertyType<float> RecognitionThresholdProperty
static

RecognitionThreshold property.

The default value is 5.0f.

See also
setRecognitionThreshold(), getRecognitionThreshold()
PropertyType<int> MinimumNumberOfTouchesProperty
static

MinimumNumberOfTouches property.

The default value is 1.

See also
setMinimumNumberOfTouches(), getMinimumNumberOfTouches()
PropertyType<int> MaximumNumberOfTouchesProperty
static

MaximumNumberOfTouches property.

The default value is 10.

See also
setMaximumNumberOfTouches(), getMaximumNumberOfTouches()
PropertyType<float> SensitivityProperty
static

Sensitivity property.

The default value is 1.0f.

See also
setSensitivity(), getSensitivity()
PropertyType<float> SlidingAccelerationCoefficientProperty
static

SlidingAccelerationCoefficient property.

The default value is 40.0f.

See also
setSlidingAccelerationCoefficient(), getSlidingAccelerationCoefficient()
PropertyType<float> SlidingDragCoefficientProperty
static

SlidingDragCoefficient property.

The default value is 80.0f.

See also
setSlidingDragCoefficient(), getSlidingDragCoefficient()
PropertyType<float> DraggingAccelerationCoefficientProperty
static

DraggingAccelerationCoefficient property.

The default value is 80.0f.

See also
setDraggingAccelerationCoefficient(), getDraggingAccelerationCoefficient()
PropertyType<float> DraggingDragCoefficientProperty
static

DraggingDragCoefficient property.

The default value is 150.0f.

See also
setDraggingDragCoefficient(), getDraggingDragCoefficient()
PropertyType<float> DraggingImpulseFactorProperty
static

DraggingImpulseFactor property.

The default value is 2.0f.

See also
setDraggingImpulseFactor(), getDraggingImpulseFactor()
PropertyType<float> SwipeDistanceProperty
static

SwipeDistance property.

The default value is 0.005f.

See also
setSwipeDistance(), getSwipeDistance()
PropertyType<Vector2> ScrollPositionProperty
static

ScrollPosition property.

The default value is Vector2(0.0f, 0.0f).

See also
setScrollPosition(), getScrollPosition()
PropertyType<Vector2> ScrollTargetPositionProperty
static

ScrollTargetPosition property.

The default value is Vector2(0.0f, 0.0f).

See also
setScrollTargetPosition(), getScrollTargetPosition()
PropertyType<Vector2> ScrollSpeedProperty
static

ScrollSpeed property.

The default value is Vector2(0.0f, 0.0f).

See also
setScrollSpeed(), getScrollSpeed()
PropertyType<bool> ScrollingProperty
static

Scrolling property.

The default value is false.

See also
setScrolling(), isScrolling()
PropertyType<bool> ZoomAffectsScrollingProperty
static

ZoomAffectsScrolling property.

The default value is true.

See also
setZoomAffectsScrolling(), isZoomAffectsScrolling()
PropertyType<Vector2> ScrollBoundsMinimumProperty
static

ScrollBoundsMinimum property.

The default value is Vector2(0.0f, 0.0f).

See also
setScrollBoundsMinimum(), getScrollBoundsMinimum()
PropertyType<Vector2> ScrollBoundsMaximumProperty
static

ScrollBoundsMaximum property.

The default value is Vector2(0.0f, 0.0f).

See also
setScrollBoundsMaximum(), getScrollBoundsMaximum()
PropertyType<bool> LoopingXEnabledProperty
static

LoopingXEnabled property.

The default value is false.

See also
setLoopingXEnabled(), isLoopingXEnabled()
PropertyType<bool> LoopingYEnabledProperty
static

LoopingYEnabled property.

The default value is false.

See also
setLoopingYEnabled(), isLoopingYEnabled()
PropertyType<bool> ZoomEnabledProperty
static

ZoomEnabled property.

The default value is false.

See also
setZoomEnabled(), isZoomEnabled()
PropertyType<float> ZoomProperty
static

Zoom property.

The default value is 1.0f.

See also
setZoom(), getZoom()
PropertyType<float> ZoomMinimumProperty
static

ZoomMinimum property.

The default value is 0.2f.

See also
setZoomMinimum(), getZoomMinimum()
PropertyType<float> ZoomMaximumProperty
static

ZoomMaximum property.

The default value is 6.0f.

See also
setZoomMaximum(), getZoomMaximum()
PropertyType<float> StepMultiplierProperty
static

StepMultiplier property.

The default value is 0.25f.

See also
setStepMultiplier(), getStepMultiplier()