Properties and messages for grid list boxes. More...
#include <kanzi/ui/node/concept/grid_list_box.hpp>
Public Types | |
| enum | GridDirection { GridDirectionRight, GridDirectionDown } |
Static Public Member Functions | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes | |
Properties | |
| static PropertyType< GridListBoxConcept::GridDirection > | DirectionProperty |
| Direction property. More... | |
| static PropertyType< float > | CellWidthProperty |
| CellWidth property. More... | |
| static PropertyType< float > | CellHeightProperty |
| CellHeight property. More... | |
| static PropertyType< float > | ItemAreaBeginProperty |
| ItemAreaBegin property. More... | |
| static PropertyType< float > | ItemAreaEndProperty |
| ItemAreaEnd 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< float > | CalculatedOffsetProperty |
| CalculatedOffset 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... | |
Properties and messages for grid list boxes.
|
static |
|
static |
Direction property.
The default value is GridListBoxConcept::GridDirectionRight.
|
static |
CellWidth property.
The default value is 1.0f.
|
static |
CellHeight property.
The default value is 1.0f.
|
static |
|
static |
|
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 |
CalculatedOffset property.
The default value is 0.0f.
|
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.