Docking side of dock layout item. More...
Public Member Functions | |
| DockingSide (DockingSide enum_) | |
| Constructs a copy of a DockingSide object. | |
| DockingSide (int value) | |
| Constructs a DockingSide 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 DockingSide | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static DockingSide | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| DockBottom =(3) | |
| Dock bottom. | |
| DockLeft =(0) | |
| Dock left. | |
| DockRight =(1) | |
| Dock right. | |
| DockTop =(2) | |
| Dock top. | |
Docking side of dock layout item.
| DockingSide | ( | int | value | ) |
Constructs a DockingSide of an integer value.
| value | Integer value to convert to enumeration constant. |
| DockingSide | ( | DockingSide | enum_ | ) |
Constructs a copy of a DockingSide object.
| enum_ | DockingSide 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. |