Defines target for animation. More...
Public Member Functions | |
| AnimationTarget (AnimationTarget enum_) | |
| Constructs a copy of a AnimationTarget object. | |
| AnimationTarget (int value) | |
| Constructs a AnimationTarget of an integer value. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static AnimationTarget | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static AnimationTarget | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| PageIn =(0) | |
| Animation targets to item that is transitioning in. | |
| PageOut =(1) | |
| Animation targets to item that is transitioning out. | |
Defines target for animation.
| AnimationTarget | ( | int | value | ) |
Constructs a AnimationTarget of an integer value.
| value | Integer value to convert to enumeration constant. |
| AnimationTarget | ( | AnimationTarget | enum_ | ) |
Constructs a copy of a AnimationTarget object.
| enum_ | AnimationTarget to be copy constructed. |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |