Tizen Native API
Dali::Toolkit::ScrollViewEffect Class Reference

ScrollView Effect base class, used to apply custom effects to a ScrollView instance. More...

Inheritance diagram for Dali::Toolkit::ScrollViewEffect:
Dali::BaseHandle Dali::Toolkit::ScrollViewPagePathEffect

Public Member Functions

 ScrollViewEffect ()
 Create an uninitialized ScrollViewEffect; this can only be initialized with derived classes.

Detailed Description

ScrollView Effect base class, used to apply custom effects to a ScrollView instance.

Such effects are purely logical (i.e. physics), and may produce properties that can be used with visual effects. Such as creating constraints that are applied to ShaderEffects or Actors using these properties as inputs.

Since :
2.4

Constructor & Destructor Documentation

Create an uninitialized ScrollViewEffect; this can only be initialized with derived classes.

Calling member functions with an uninitialized Toolkit::BaseObject is not allowed.

Since :
2.4