Enumeration for AllowedScrollAxisProperty which sets the axis on which
you want to allow a Scroll View node to scroll.
More...
Public Member Functions | |
AllowedScrollAxis (int value) | |
Constructs a AllowedScrollAxis of an integer value. More... | |
AllowedScrollAxis (AllowedScrollAxis enum_) | |
Constructs a copy of a AllowedScrollAxis object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static AllowedScrollAxis | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static AllowedScrollAxis | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
AllAxes =(3) | |
Allow scrolling on both the x and y axes. | |
XAxis =(1) | |
Allow scrolling only on the x axis. | |
YAxis =(2) | |
Allow scrolling only on the y axis. | |
Enumeration for AllowedScrollAxisProperty which sets the axis on which
you want to allow a Scroll View node to scroll.
AllowedScrollAxis | ( | int | value | ) |
Constructs a AllowedScrollAxis of an integer value.
value | Integer value to convert to enumeration constant. |
AllowedScrollAxis | ( | AllowedScrollAxis | enum_ | ) |
Constructs a copy of a AllowedScrollAxis object.
enum_ | AllowedScrollAxis 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. |
final int swigValue | ( | ) |
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. |