Fallback behavior to follow if node fails to gain focus. More...
Public Member Functions | |
| FocusFallback (FocusFallback enum_) | |
| Constructs a copy of a FocusFallback object. | |
| FocusFallback (int value) | |
| Constructs a FocusFallback 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 FocusFallback | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static FocusFallback | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| None =(0) | |
| Does not try to set focus to any node. | |
| Overlay =(2) | |
| Tries to set focus to the root node of the overlay focus scope. | |
| Parent =(1) | |
| Moves up the node tree, trying to set focus to the nearest ancestor node in the overlay focus scope. | |
Fallback behavior to follow if node fails to gain focus.
| FocusFallback | ( | int | value | ) |
Constructs a FocusFallback of an integer value.
| value | Integer value to convert to enumeration constant. |
| FocusFallback | ( | FocusFallback | enum_ | ) |
Constructs a copy of a FocusFallback object.
| enum_ | FocusFallback 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. |
| Overlay =(2) |
Tries to set focus to the root node of the overlay focus scope.
The focus scope node forwards
the focus to a focusable child node.