Class s7sdk.Enum
Collection of enumerated types.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
s7sdk.Enum.KEY_CODE
This enumeration defines the key codes used by the s7sdk.
|
<static> |
s7sdk.Enum.SPIN_DIRECTION
This enumeration defines the various rotational directions used by the
SpinView component. |
Field Detail
<static>
s7sdk.Enum.KEY_CODE
This enumeration defines the key codes used by the s7sdk.
<static>
s7sdk.Enum.SPIN_DIRECTION
This enumeration defines the various rotational directions used by the
SpinView
component.s7sdk.Enum.SPIN_DIRECTION.EAST
- Rotate content EAST (right) s7sdk.Enum.SPIN_DIRECTION.WEST
- Rotate content WEST (left) s7sdk.Enum.SPIN_DIRECTION.NORTH_WEST
- Rotate content NORTHWEST (upper-left) s7sdk.Enum.SPIN_DIRECTION.NORTH_EAST
- Rotate content NORTHEAST (upper-right) s7sdk.Enum.SPIN_DIRECTION.SOUTH_WEST
- Rotate content SOUTHWEST (lower-left) s7sdk.Enum.SPIN_DIRECTION.SOUTH_EAST
- Rotate content SOUTHEAST (lower-right) s7sdk.Enum.SPIN_DIRECTION.SOUTH
- Rotate content SOUTH (down) s7sdk.Enum.SPIN_DIRECTION.NORTH
- Rotate content NORTH (up) - See:
- s7sdk.set.SpinView