Tizen Native API
|
ScrollView class provides scrollable view which contains actors and can be scrolled automatically or manually by panning. More...
Classes | |
class | Dali::Toolkit::ScrollViewEffect |
ScrollView Effect base class, used to apply custom effects to a ScrollView instance. More... | |
class | Dali::Toolkit::ScrollViewPagePathEffect |
ScrollView Page Path Effect. More... | |
struct | Dali::Toolkit::ClampState2D |
A 2 dimensional clamp. More... | |
class | Dali::Toolkit::RulerDomain |
Used for specifying minimum/maximum extents of a ruler. More... | |
class | Dali::Toolkit::Ruler |
Abstract class to define scroll axes. More... | |
class | Dali::Toolkit::DefaultRuler |
Concrete implementation of Ruler that has no snapping and has one single page. More... | |
class | Dali::Toolkit::FixedRuler |
Concrete implementation of Ruler that has fixed snapping. More... | |
class | Dali::Toolkit::ScrollView |
ScrollView contains actors that can be scrolled manually (via touch) or automatically. More... | |
Functions | |
void | Dali::Toolkit::MoveActorConstraint (Vector3 ¤t, const PropertyInputContainer &inputs) |
Move Actor constraint. | |
void | Dali::Toolkit::WrapActorConstraint (Vector3 &position, const PropertyInputContainer &inputs) |
Wrap Actor constraint. | |
Enumerations | |
enum | Dali::Toolkit::ClampState |
How axes/rotation or scale are clamped. More... | |
enum | Dali::Toolkit::SnapType |
The snap type. More... | |
enum | Dali::Toolkit::DirectionBias |
DirectionBias types. More... | |
Typedefs | |
typedef IntrusivePtr< Ruler > | Dali::Toolkit::RulerPtr |
Pointer to Ruler object. |
ScrollView class provides scrollable view which contains actors and can be scrolled automatically or manually by panning.
Typedef Documentation
typedef IntrusivePtr<Ruler> Dali::Toolkit::RulerPtr |
Pointer to Ruler object.
- Since :
- 2.4
Enumeration Type Documentation
Function Documentation
void Dali::Toolkit::MoveActorConstraint | ( | Vector3 & | current, |
const PropertyInputContainer & | inputs | ||
) |
Move Actor constraint.
Useful constraints to apply to a ScrollView. Moves an Actor in accordance to scroll position.
- Since :
- 2.4
void Dali::Toolkit::WrapActorConstraint | ( | Vector3 & | position, |
const PropertyInputContainer & | inputs | ||
) |
Wrap Actor constraint.
Wraps an Actors position in accordance to min/max bounds of domain.
- Since :
- 2.4