#include <kanzi/ui/node/concept/scroll_view.hpp>
Public Types | |
typedef ScrollViewConceptImpl< TBaseClass, TDerivedClass > | TScrollView |
Public Types inherited from kanzi::ScrollViewConcept | |
enum | ScrollDirection { ScrollUp, ScrollDown, ScrollLeft, ScrollRight } |
Enumeration for the available directions when scrolling by step. More... | |
enum | AllowedScrollAxis { XAxis, YAxis, AllAxes } |
Enumeration for AllowedScrollAxisProperty which sets the axis on which you want to allow a Scroll View node to scroll. More... | |
enum | ScrollPage { ScrollPageUp, ScrollPageDown } |
Enumeration for the available directions when scrolling a Scroll View node by page. More... | |
enum | ScrollEdge { ScrollHome, ScrollEnd } |
Enumeration for the available directions when scrolling to the edge of a Scroll View. More... | |
enum | PanState { PanInitial, PanStarted, PanCancelling, PanCanceled } |
Enumeration for the state of pan. More... | |
Public Member Functions | |
~ScrollViewConceptImpl () | |
Destructor. More... | |
PanManipulatorSharedPtr | getPanManipulator () const |
Returns the pan manipulator. More... | |
Vector2 | getScrollAxis () const |
Gets the value of the ScrollAxisProperty. More... | |
void | setScrollAxis (Vector2 value) |
Sets the value of the ScrollAxisProperty. More... | |
float | getRecognitionThreshold () const |
Gets the value of the RecognitionThresholdProperty. More... | |
void | setRecognitionThreshold (float value) |
Sets the value of the RecognitionThresholdProperty. More... | |
int | getMinimumNumberOfTouches () const |
Gets the value of the MinimumNumberOfTouchesProperty. More... | |
void | setMinimumNumberOfTouches (int value) |
Sets the value of the MinimumNumberOfTouchesProperty. More... | |
int | getMaximumNumberOfTouches () const |
Gets the value of the MaximumNumberOfTouchesProperty. More... | |
void | setMaximumNumberOfTouches (int value) |
Sets the value of the MaximumNumberOfTouchesProperty. More... | |
float | getSensitivity () const |
Gets the value of the SensitivityProperty. More... | |
void | setSensitivity (float value) |
Sets the value of the SensitivityProperty. More... | |
float | getSlidingAccelerationCoefficient () const |
Gets the value of the SlidingAccelerationCoefficientProperty. More... | |
void | setSlidingAccelerationCoefficient (float value) |
Sets the value of the SlidingAccelerationCoefficientProperty. More... | |
float | getSlidingDragCoefficient () const |
Gets the value of the SlidingDragCoefficientProperty. More... | |
void | setSlidingDragCoefficient (float value) |
Sets the value of the SlidingDragCoefficientProperty. More... | |
float | getDraggingAccelerationCoefficient () const |
Gets the value of the DraggingAccelerationCoefficientProperty. More... | |
void | setDraggingAccelerationCoefficient (float value) |
Sets the value of the DraggingAccelerationCoefficientProperty. More... | |
float | getDraggingDragCoefficient () const |
Gets the value of the DraggingDragCoefficientProperty. More... | |
void | setDraggingDragCoefficient (float value) |
Sets the value of the DraggingDragCoefficientProperty. More... | |
float | getDraggingImpulseFactor () const |
Gets the value of the DraggingImpulseFactorProperty. More... | |
void | setDraggingImpulseFactor (float value) |
Sets the value of the DraggingImpulseFactorProperty. More... | |
float | getSwipeDistance () const |
Gets the value of the SwipeDistanceProperty. More... | |
void | setSwipeDistance (float value) |
Sets the value of the SwipeDistanceProperty. More... | |
Vector2 | getScrollPosition () const |
Gets the value of the ScrollPositionProperty. More... | |
void | setScrollPosition (Vector2 value) |
Sets the value of the ScrollPositionProperty. More... | |
Vector2 | getScrollTargetPosition () const |
Gets the value of the ScrollTargetPositionProperty. More... | |
void | setScrollTargetPosition (Vector2 value) |
Sets the value of the ScrollTargetPositionProperty. More... | |
Vector2 | getScrollSpeed () const |
Gets the value of the ScrollSpeedProperty. More... | |
void | setScrollSpeed (Vector2 value) |
Sets the value of the ScrollSpeedProperty. More... | |
bool | isScrolling () const |
Gets the value of the ScrollingProperty. More... | |
void | setScrolling (bool value) |
Sets the value of the ScrollingProperty. More... | |
bool | isDragging () const |
Checks whether a finger is on the surface. More... | |
bool | isZoomAffectsScrolling () const |
Gets the value of the ZoomAffectsScrollingProperty. More... | |
void | setZoomAffectsScrolling (bool value) |
Sets the value of the ZoomAffectsScrollingProperty. More... | |
Vector2 | getScrollBoundsMinimum () const |
Gets the value of the ScrollBoundsMinimumProperty. More... | |
void | setScrollBoundsMinimum (Vector2 value) |
Sets the value of the ScrollBoundsMinimumProperty. More... | |
Vector2 | getScrollBoundsMaximum () const |
Gets the value of the ScrollBoundsMaximumProperty. More... | |
void | setScrollBoundsMaximum (Vector2 value) |
Sets the value of the ScrollBoundsMaximumProperty. More... | |
void | setEnabledX (bool state) |
Sets whether the scroll view scrolls along the x axis. More... | |
void | setEnabledY (bool state) |
Sets whether the scroll view scrolls along the y axis. More... | |
bool | isEnabledX () const |
Returns whether the scroll view scrolls along the x axis. More... | |
bool | isEnabledY () const |
Returns whether the scroll view scrolls along the y axis. More... | |
void | setLoopingXEnabled (bool value) |
Sets the value of the LoopingXEnabledProperty. More... | |
void | setLoopingYEnabled (bool value) |
Sets the value of the LoopingYEnabledProperty. More... | |
bool | isLoopingXEnabled () const |
Gets the value of the LoopingXEnabledProperty. More... | |
bool | isLoopingYEnabled () const |
Gets the value of the LoopingYEnabledProperty. More... | |
void | setScrollBoundsX (float minimum, float maximum) |
Sets the bounds on the x axis. More... | |
void | setScrollBoundsY (float minimum, float maximum) |
Sets the bounds on the y axis. More... | |
void | scrollToPosition (Vector2 scrollPosition) |
Sets the value for the scroll position within a Scroll View and starts scrolling to that value. More... | |
void | scrollToPositionLooping (Vector2 scrollPosition) |
If you enabled the axis looping for a Scroll View, Kanzi uses the shortest path to the target value. More... | |
void | jumpToPosition (Vector2 scrollPosition) |
Sets the value for a scroll position within a Scroll View and goes to that position immediatelly without scrolling. More... | |
Vector2 | getScroll () const |
Gets the values of the current scroll position of a Scroll View. More... | |
Vector2 | getScrollTarget () const |
Gets the values of the scroll position of a Scroll View to which the Scroll View is scrolling. More... | |
Vector2 | getScrollTargetLooping () const |
When you enable looping, returns the scroll position value normalized to the allowed range of a Scroll View. More... | |
Vector2 | getSpeed () const |
Queries the interpolator for the current speed. More... | |
void | scroll (ScrollDirection direction) |
Sets the scroll delta to one step and starts scrolling in that direction. More... | |
void | scroll (ScrollPage direction) |
Sets the scroll delta to one distance of the layout height of a Scroll View and starts scrolling in that direction. More... | |
void | scroll (ScrollEdge direction) |
Sets the scroll target to the edge defined by the scroll bounds and starts scrolling in that direction. More... | |
bool | isZoomEnabled () const |
Gets the value of the ZoomEnabledProperty. More... | |
void | setZoomEnabled (bool value) |
Sets the value of the ZoomEnabledProperty. More... | |
float | getZoom () const |
Gets the value of the ZoomProperty. More... | |
float | getZoomMinimum () const |
Gets the value of the ZoomMinimumProperty. More... | |
void | setZoomMinimum (float value) |
Sets the value of the ZoomMinimumProperty. More... | |
float | getZoomMaximum () const |
Gets the value of the ZoomMaximumProperty. More... | |
void | setZoomMaximum (float value) |
Sets the value of the ZoomMaximumProperty. More... | |
float | getStepMultiplier () const |
Gets the value of the StepMultiplierProperty. More... | |
void | setStepMultiplier (float value) |
Sets the value of the StepMultiplierProperty. More... | |
AllowedScrollAxis | getAllowedScrollAxis () const |
Returns the value of the AllowedScrollAxisProperty. More... | |
void | setAllowedScrollAxis (AllowedScrollAxis axis) |
Sets the value of the AllowedScrollAxisProperty. More... | |
void | refreshThreshold () |
Updates the recognition threshold of the pan manipulator to the value of the RecognitionThresholdProperty value. More... | |
Static Public Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Member Functions inherited from kanzi::ScrollViewConcept | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Protected Member Functions | |
ScrollViewConceptImpl (Domain *domain, string_view name) | |
TDerivedClass * | getThisObject () |
Internal accessor for the Curiously Recurring Template Pattern. More... | |
const TDerivedClass * | getThisObject () const |
Internal accessor for the Curiously Recurring Template Pattern. More... | |
void | initialize () |
Assigns the message handlers for the pan manipulator and scroll messages. More... | |
virtual void | onNodePropertyChanged (AbstractPropertyType propertyType, PropertyNotificationReason reason) KZ_OVERRIDE |
Node::onNodePropertyChanged() implementation. More... | |
void | refreshScrollConfiguration () |
Kanzi internally uses this helper function to update smooth interpolation coefficients between starting and stopping the interpolator timer, depending on whether a finger is still on a Scroll View node. More... | |
void | refreshMinimumNumberOfTouches () |
Kanzi internally uses this helper function to update the minimum number of touch points of the pan manipulator to the value of the MinimumNumberOfTouchesProperty value. More... | |
void | refreshMaximumNumberOfTouches () |
Kanzi internally updates the maximum number of touch points of the pan manipulator to the value of the MaximumNumberOfTouchesProperty value. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from kanzi::ScrollViewConcept | |
static MessageType< ScrollStartedMessageArguments > | ScrollStartedMessage |
Scroll View sends this message when scrolling starts, regardless of how the scrolling started. More... | |
static MessageType< ScrollFinishedMessageArguments > | ScrollFinishedMessage |
Scroll View sends this message when scrolling ends, regardless of how the scrolling ended. More... | |
static MessageType< UserScrollStartedMessageArguments > | UserScrollStartedMessage |
Scroll View sends this message when user interaction causes the scrolling to start. More... | |
static MessageType< UserScrollFinishedMessageArguments > | UserScrollFinishedMessage |
Scroll View sends this message when user interaction causes the scrolling to end. More... | |
static MessageType< ZoomedMessageArguments > | ZoomedMessage |
Scroll View sends this message when zoom in or zoom out occurs. More... | |
static MessageType< ScrolledMessageArguments > | ScrolledMessage |
Scroll View sends this message whenever the Scroll View node scrolls. More... | |
static MessageType< SnapRequestMessageArguments > | SnapRequestMessage |
Scroll View sends this message when scrolling stops, but the Scroll View node needs to snap to the nearest item. More... | |
static MessageType< ScrollDirectionMessageArguments > | ScrollDirectionMessage |
Send this message to a Scroll View node to scroll one step in a given direction. More... | |
static MessageType< ScrollPageMessageArguments > | ScrollPageMessage |
Send this message to a Scroll View node to scroll the distance of the layout height of that Scroll View node. More... | |
static MessageType< ScrollEdgeMessageArguments > | ScrollEdgeMessage |
Send this message to a Scroll View node to scroll to the top or bottom of that Scroll View node. More... | |
static MessageType< SetScrollTargetMessageArguments > | SetScrollTargetMessage |
Send this message to a Scroll View to scroll to a specific position in that Scroll View node. More... | |
static MessageType< SetScrollMessageArguments > | SetScrollMessage |
Send this message to a Scroll View to go a scroll position immediatelly without scrolling. More... | |
static PropertyType< float > | MessageArgumentScrollViewScrollPositionXProperty |
Use the MessageArgumentScrollViewScrollPositionX argument to set the x axis coordinate for the new scroll position of a Scroll View node. More... | |
static PropertyType< float > | MessageArgumentScrollViewScrollPositionYProperty |
Use the MessageArgumentScrollViewScrollPositionY argument to set the y axis coordinate for the new scroll position of a Scroll View node. More... | |
static PropertyType< Vector2 > | MessageArgumentScrollViewScrollPositionProperty |
Use the MessageArgumentScrollViewScrollPosition argument to set the x and y axis coordinates for the new scroll position of a Scroll View node. More... | |
static PropertyType< Vector2 > | MessageArgumentScrollViewScrollSpeedProperty |
Use the MessageArgumentScrollViewScrollSpeed argument to set the scrolling speed of a Scroll View node. More... | |
static PropertyType< Vector2 > | MessageArgumentScrollViewScrollTargetProperty |
Use the MessageArgumentScrollViewScrollTarget argument to set the scroll target for a Scroll View node. More... | |
static PropertyType< int > | MessageArgumentScrollViewScrollDirectionProperty |
Use the MessageArgumentScrollViewScrollDirection argument to set the scrolling direction for a Scroll View node. More... | |
static PropertyType< int > | MessageArgumentScrollViewScrollPageProperty |
Use the MessageArgumentScrollViewScrollPage argument to set the direction in which a Scroll View node scrolls when you instruct it to scroll by the layout height of that Scroll View node. More... | |
static PropertyType< int > | MessageArgumentScrollViewScrollEdgeProperty |
Use the MessageArgumentScrollViewScrollEdge argument to set the direction in which a Scroll View node scrolls when you instruct it to scroll to either of the edges. More... | |
static PropertyType< float > | MessageArgumentScrollViewZoomProperty |
Use the MessageArgumentScrollViewZoom argument to set the zoom level for a Scroll View node. More... | |
static PropertyType< Vector2 > | MessageArgumentScrollViewSnapPositionProperty |
Use the MessageArgumentScrollViewSnapPosition argument to set the target of a snap request. More... | |
static PropertyType< Vector2 > | MessageArgumentScrollViewSnapDirectionProperty |
Use the MessageArgumentScrollViewSnapDirection argument to set the direction of a snap request. More... | |
static PropertyType< Vector2 > | ScrollAxisProperty |
Use the Scroll Axis property to set the direction of the primary axis of a Scroll View node. More... | |
static PropertyType< float > | RecognitionThresholdProperty |
Use the Recognition Threshold property to set the amount a pointing device must move for the scrolling to start on a Scroll View node. More... | |
static PropertyType< int > | MinimumNumberOfTouchesProperty |
Use the Minimum Number Of Touches property to set the required number of touch points pressed for a Scroll View node pan to start. More... | |
static PropertyType< int > | MaximumNumberOfTouchesProperty |
Use the Maximum Number Of Touches property to set the maximum number of touch points allowed for a Scroll View to pan. More... | |
static PropertyType< float > | SensitivityProperty |
Use the Sensitivity property to sets the amount the position changes relative to the movement of the pointer that starts the swiping. More... | |
static PropertyType< float > | SlidingAccelerationCoefficientProperty |
Use the Sliding Acceleration Coefficient property to set the acceleration of the node controlled by a Scroll View node after you release the pointer with which you swipe. More... | |
static PropertyType< float > | SlidingDragCoefficientProperty |
Use the Sliding Drag Coefficient property to set the amount that drag affects the movement of the node controlled by a Scroll View node after you release the pointer with which you swipe. More... | |
static PropertyType< float > | DraggingAccelerationCoefficientProperty |
Use the Dragging Acceleration Coefficient property to set the acceleration of the node controlled by a Scroll View node while you drag that Scroll View node. More... | |
static PropertyType< float > | DraggingDragCoefficientProperty |
Use the Dragging Drag Coefficient property to set the amount that drag affects the movement of the node controlled by a Scroll View node while you drag that Scroll View node. More... | |
static PropertyType< float > | DraggingImpulseFactorProperty |
Use the Dragging Impulse Factor property to set the amount of impulse generated from the pointing device movement when dragging a Scroll View node. More... | |
static PropertyType< float > | SwipeDistanceProperty |
Use the Swipe Distance property to set the distance that a swipe sends the scroll value, relative to the pointing device speed. More... | |
static PropertyType< Vector2 > | ScrollPositionProperty |
Use the Scroll Position property to set the value for the current scroll position. More... | |
static PropertyType< Vector2 > | ScrollTargetPositionProperty |
Use the Scroll Target Position property to set the value for the current scroll target. More... | |
static PropertyType< Vector2 > | ScrollSpeedProperty |
Use the Scroll Speed property to set the current scroll speed. More... | |
static PropertyType< bool > | ScrollingProperty |
Use the Scrolling property to find out whether a Scroll View node is currently scrolling. More... | |
static PropertyType< bool > | ZoomAffectsScrollingProperty |
Use the Zoom Affects Scrolling property to set whether the scroll position is scaled according to the zoom level. More... | |
static PropertyType< Vector2 > | ScrollBoundsMinimumProperty |
Use the Scroll Bounds Minimum property to set the coordinates of the top-left corner of the scroll bounds rectangle. More... | |
static PropertyType< Vector2 > | ScrollBoundsMaximumProperty |
Use the Scroll Bounds Maximum property to set the coordinates of the bottom-right corner of the scroll bounds rectangle. More... | |
static PropertyType< bool > | LoopingXEnabledProperty |
Use the Looping X Enabled property to set the node controlled by a Scroll View node to start scrolling from the beginning when the scroll reaches the scroll bounds on the x axis. More... | |
static PropertyType< bool > | LoopingYEnabledProperty |
Use the Looping Y Enabled property to set the node controlled by a Scroll View node to start scrolling from the beginning when the scroll reaches the scroll bounds on the y axis. More... | |
static PropertyType< bool > | ZoomEnabledProperty |
Use the Zoom Enabled property to set whether to install a pinch manipulator that generates zoom messages. More... | |
static PropertyType< float > | ZoomProperty |
Use the Zoom property to set the current zoom level. More... | |
static PropertyType< float > | ZoomMinimumProperty |
Use the Zoom Minimum property to set the minimum zoom level. More... | |
static PropertyType< float > | ZoomMaximumProperty |
Use the Zoom Maximum property to set the maximum zoom level. More... | |
static PropertyType< float > | StepMultiplierProperty |
Use the Step Multiplier property to set the smallest distance that a Scroll View scrolls. More... | |
static PropertyType< AllowedScrollAxis > | AllowedScrollAxisProperty |
Sets the axis on which you want to allow a Scroll View node to scroll. More... | |
typedef ScrollViewConceptImpl<TBaseClass, TDerivedClass> kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::TScrollView |
kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::~ScrollViewConceptImpl | ( | ) |
Destructor.
|
explicitprotected |
|
static |
PanManipulatorSharedPtr kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::getPanManipulator | ( | ) | const |
Returns the pan manipulator.
|
inline |
Gets the value of the ScrollAxisProperty.
|
inline |
Sets the value of the ScrollAxisProperty.
|
inline |
Gets the value of the RecognitionThresholdProperty.
|
inline |
Sets the value of the RecognitionThresholdProperty.
|
inline |
Gets the value of the MinimumNumberOfTouchesProperty.
|
inline |
Sets the value of the MinimumNumberOfTouchesProperty.
Scroll views with minimum number of touches greater than one will precede the descendants in touch event processing.
|
inline |
Gets the value of the MaximumNumberOfTouchesProperty.
|
inline |
Sets the value of the MaximumNumberOfTouchesProperty.
|
inline |
Gets the value of the SensitivityProperty.
|
inline |
Sets the value of the SensitivityProperty.
|
inline |
Gets the value of the SlidingAccelerationCoefficientProperty.
|
inline |
Sets the value of the SlidingAccelerationCoefficientProperty.
|
inline |
Gets the value of the SlidingDragCoefficientProperty.
|
inline |
Sets the value of the SlidingDragCoefficientProperty.
|
inline |
Gets the value of the DraggingAccelerationCoefficientProperty.
|
inline |
Sets the value of the DraggingAccelerationCoefficientProperty.
|
inline |
Gets the value of the DraggingDragCoefficientProperty.
|
inline |
Sets the value of the DraggingDragCoefficientProperty.
|
inline |
Gets the value of the DraggingImpulseFactorProperty.
|
inline |
Sets the value of the DraggingImpulseFactorProperty.
|
inline |
Gets the value of the SwipeDistanceProperty.
|
inline |
Sets the value of the SwipeDistanceProperty.
|
inline |
Gets the value of the ScrollPositionProperty.
|
inline |
Sets the value of the ScrollPositionProperty.
|
inline |
Gets the value of the ScrollTargetPositionProperty.
|
inline |
Sets the value of the ScrollTargetPositionProperty.
|
inline |
Gets the value of the ScrollSpeedProperty.
|
inline |
Sets the value of the ScrollSpeedProperty.
|
inline |
Gets the value of the ScrollingProperty.
|
inline |
Sets the value of the ScrollingProperty.
bool kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::isDragging | ( | ) | const |
Checks whether a finger is on the surface.
|
inline |
Gets the value of the ZoomAffectsScrollingProperty.
|
inline |
Sets the value of the ZoomAffectsScrollingProperty.
|
inline |
Gets the value of the ScrollBoundsMinimumProperty.
|
inline |
Sets the value of the ScrollBoundsMinimumProperty.
|
inline |
Gets the value of the ScrollBoundsMaximumProperty.
|
inline |
Sets the value of the ScrollBoundsMaximumProperty.
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::setEnabledX | ( | bool | state | ) |
Sets whether the scroll view scrolls along the x axis.
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::setEnabledY | ( | bool | state | ) |
Sets whether the scroll view scrolls along the y axis.
bool kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::isEnabledX | ( | ) | const |
Returns whether the scroll view scrolls along the x axis.
bool kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::isEnabledY | ( | ) | const |
Returns whether the scroll view scrolls along the y axis.
|
inline |
Sets the value of the LoopingXEnabledProperty.
|
inline |
Sets the value of the LoopingYEnabledProperty.
|
inline |
Gets the value of the LoopingXEnabledProperty.
|
inline |
Gets the value of the LoopingYEnabledProperty.
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::setScrollBoundsX | ( | float | minimum, |
float | maximum | ||
) |
Sets the bounds on the x axis.
When scrolling outside of the bounds, after the scrolling ends, the scroll position converges to the nearest bound value.
minimum | Represents the right edge of a Scroll View. |
maximum | Represents the left edge of a Scroll View. |
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::setScrollBoundsY | ( | float | minimum, |
float | maximum | ||
) |
Sets the bounds on the y axis.
When scrolling outside of the bounds, after the scrolling ends, the scroll position converges to the nearest bound value.
minimum | Represents the bottom edge of a Scroll View. |
maximum | Represents the top edge of a Scroll View. |
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::scrollToPosition | ( | Vector2 | scrollPosition | ) |
Sets the value for the scroll position within a Scroll View and starts scrolling to that value.
Use this function when you have the exact scroll position in a Scroll View and want to scroll to that position. If you enabled the looping for the scroll view, the target value can be out of bounds to indicate direction and repetition.
scrollPosition | The position of the scroll view to which you want to set the scroll view to start scrolling. |
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::scrollToPositionLooping | ( | Vector2 | scrollPosition | ) |
If you enabled the axis looping for a Scroll View, Kanzi uses the shortest path to the target value.
scrollTarget | The position of a Scroll View to which you want to set the Scroll View to start scrolling. |
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::jumpToPosition | ( | Vector2 | scrollPosition | ) |
Sets the value for a scroll position within a Scroll View and goes to that position immediatelly without scrolling.
scrollPosition | The scroll position to which you want the Scroll View to go without scrolling. |
Vector2 kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::getScroll | ( | ) | const |
Gets the values of the current scroll position of a Scroll View.
If you enable looping for that Scroll View, the value of the position this function returns is normalized so that it is within the bound interval.
Vector2 kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::getScrollTarget | ( | ) | const |
Gets the values of the scroll position of a Scroll View to which the Scroll View is scrolling.
Use this function when you want to find out the scrolling position towards which the Scroll View is scrolling. If you enable looping for a Scroll View, the value of the position this function returns can be out of bounds of the Scroll View.
Vector2 kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::getScrollTargetLooping | ( | ) | const |
When you enable looping, returns the scroll position value normalized to the allowed range of a Scroll View.
Kanzi uses the returned value to set the value of the ScrollTargetPositionProperty.
Vector2 kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::getSpeed | ( | ) | const |
Queries the interpolator for the current speed.
Kanzi internally uses the returned value to calculate the target scroll position.
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::scroll | ( | ScrollDirection | direction | ) |
Sets the scroll delta to one step and starts scrolling in that direction.
direction | Scroll direction. |
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::scroll | ( | ScrollPage | direction | ) |
Sets the scroll delta to one distance of the layout height of a Scroll View and starts scrolling in that direction.
direction | Scroll direction. |
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::scroll | ( | ScrollEdge | direction | ) |
Sets the scroll target to the edge defined by the scroll bounds and starts scrolling in that direction.
direction | Scroll direction. |
|
inline |
Gets the value of the ZoomEnabledProperty.
|
inline |
Sets the value of the ZoomEnabledProperty.
|
inline |
Gets the value of the ZoomProperty.
|
inline |
Gets the value of the ZoomMinimumProperty.
|
inline |
Sets the value of the ZoomMinimumProperty.
|
inline |
Gets the value of the ZoomMaximumProperty.
|
inline |
Sets the value of the ZoomMaximumProperty.
|
inline |
Gets the value of the StepMultiplierProperty.
|
inline |
Sets the value of the StepMultiplierProperty.
|
inline |
Returns the value of the AllowedScrollAxisProperty.
|
inline |
Sets the value of the AllowedScrollAxisProperty.
axis | The axis on which you want to allow scrolling. |
void kanzi::ScrollViewConceptImpl< TBaseClass, TDerivedClass >::refreshThreshold | ( | ) |
Updates the recognition threshold of the pan manipulator to the value of the RecognitionThresholdProperty value.
|
inlineprotected |
Internal accessor for the Curiously Recurring Template Pattern.
|
inlineprotected |
Internal accessor for the Curiously Recurring Template Pattern.
|
protected |
Assigns the message handlers for the pan manipulator and scroll messages.
|
protectedvirtual |
Node::onNodePropertyChanged() implementation.
|
protected |
Kanzi internally uses this helper function to update smooth interpolation coefficients between starting and stopping the interpolator timer, depending on whether a finger is still on a Scroll View node.
|
protected |
Kanzi internally uses this helper function to update the minimum number of touch points of the pan manipulator to the value of the MinimumNumberOfTouchesProperty value.
|
protected |
Kanzi internally updates the maximum number of touch points of the pan manipulator to the value of the MaximumNumberOfTouchesProperty value.