#include <kanzi/ui/node/concept/scroll_view.hpp>
Classes | |
class | ScrollDirectionMessageArguments |
class | ScrollEdgeMessageArguments |
class | ScrolledMessageArguments |
class | ScrollFinishedMessageArguments |
class | ScrollMessageArguments |
class | ScrollPageMessageArguments |
class | ScrollPositionMessageArguments |
class | ScrollStartedMessageArguments |
class | ScrollTargetMessageArguments |
class | SetScrollMessageArguments |
class | SetScrollTargetMessageArguments |
class | SnapMessageArguments |
class | SnapRequestMessageArguments |
class | UserScrollFinishedMessageArguments |
class | UserScrollStartedMessageArguments |
class | ZoomedMessageArguments |
Public Types | |
enum | ScrollDirection { ScrollUp, ScrollDown, ScrollLeft, ScrollRight } |
Enumeration for possible directions when scrolling by step. More... | |
enum | ScrollPage { ScrollPageUp, ScrollPageDown } |
Enumeration for possible directions when scrolling by page. More... | |
enum | ScrollEdge { ScrollHome, ScrollEnd } |
Enumeration for possible directions when scrolling to edge. More... | |
enum | PanState { PanInitial, PanStarted, PanCancelling, PanCanceled } |
Enumeration for pan state. More... | |
Static Public Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
|
static |
|
static |
MessageArgumentScrollViewScrollPositionX property.
The default value is 0.0f.
|
static |
MessageArgumentScrollViewScrollPositionY property.
The default value is 0.0f.
|
static |
MessageArgumentScrollViewScrollPosition property.
The default value is Vector2(0.0f, 0.0f).
|
static |
MessageArgumentScrollViewScrollSpeed property.
The default value is Vector2(0.0f, 0.0f).
|
static |
MessageArgumentScrollViewScrollTarget property.
The default value is Vector2(0.0f, 0.0f).
|
static |
MessageArgumentScrollViewScrollDirection property.
The default value is ScrollViewConcept::ScrollDown.
|
static |
MessageArgumentScrollViewScrollPage property.
The default value is ScrollViewConcept::ScrollPageDown.
|
static |
MessageArgumentScrollViewScrollEdge property.
The default value is ScrollViewConcept::ScrollEnd.
|
static |
MessageArgumentScrollViewZoom property.
The default value is 1.0f.
|
static |
MessageArgumentScrollViewSnapPosition property.
The default value is Vector2(0.0f, 0.0f).
|
static |
MessageArgumentScrollViewSnapDirection property.
The default value is Vector2(0.0f, 0.0f).
|
static |
ScrollAxis property.
The default value is Vector2(1.0f, 0.0f).
|
static |
RecognitionThreshold property.
The default value is 5.0f.
|
static |
MinimumNumberOfTouches property.
The default value is 1.
|
static |
MaximumNumberOfTouches property.
The default value is 10.
|
static |
|
static |
SlidingAccelerationCoefficient property.
The default value is 40.0f.
|
static |
SlidingDragCoefficient property.
The default value is 80.0f.
|
static |
DraggingAccelerationCoefficient property.
The default value is 80.0f.
|
static |
DraggingDragCoefficient property.
The default value is 150.0f.
|
static |
DraggingImpulseFactor property.
The default value is 2.0f.
|
static |
|
static |
ScrollPosition property.
The default value is Vector2(0.0f, 0.0f).
|
static |
ScrollTargetPosition property.
The default value is Vector2(0.0f, 0.0f).
|
static |
ScrollSpeed property.
The default value is Vector2(0.0f, 0.0f).
|
static |
Scrolling property.
The default value is false.
|
static |
ZoomAffectsScrolling property.
The default value is true.
|
static |
ScrollBoundsMinimum property.
The default value is Vector2(0.0f, 0.0f).
|
static |
ScrollBoundsMaximum property.
The default value is Vector2(0.0f, 0.0f).
|
static |
LoopingXEnabled property.
The default value is false.
|
static |
LoopingYEnabled property.
The default value is false.
|
static |
ZoomEnabled property.
The default value is false.
|
static |
Zoom property.
The default value is 1.0f.
|
static |
ZoomMinimum property.
The default value is 0.2f.
|
static |
ZoomMaximum property.
The default value is 6.0f.
|
static |
StepMultiplier property.
The default value is 0.25f.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |