Window metrics enumeration. More...
Public Member Functions | |
| WindowMetricsType (int value) | |
| Constructs a WindowMetricsType of an integer value. | |
| WindowMetricsType (WindowMetricsType enum_) | |
| Constructs a copy of a WindowMetricsType object. | |
| 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 WindowMetricsType | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static WindowMetricsType | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| WindowMetricsAbsolute =(0) | |
| Absolute metrics (pixel values). | |
| WindowMetricsRelative =(1) | |
| Relative metrics (percentages of width and height). | |
Window metrics enumeration.
| WindowMetricsType | ( | int | value | ) |
Constructs a WindowMetricsType of an integer value.
| value | Integer value to convert to enumeration constant. |
| WindowMetricsType | ( | WindowMetricsType | enum_ | ) |
Constructs a copy of a WindowMetricsType object.
| enum_ | WindowMetricsType 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. |