com.trolltech.qt.core
Class Qt.Orientation
java.lang.Object
java.lang.Enum
com.trolltech.qt.core.Qt.Orientation
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- Qt
public static final class Qt.Orientation
- extends java.lang.Enum
- implements QtEnumerator
This type is used to signify an object's orientation. Orientation is used with QScrollBar
for example.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Horizontal
public static final Qt.Orientation Horizontal
Vertical
public static final Qt.Orientation Vertical
values
public static Qt.Orientation[] values()
valueOf
public static Qt.Orientation valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
createQFlags
public static Qt.Orientations createQFlags(Qt.Orientation[] values)
- This function creates a com.trolltech.qt.core.Qt$Orientations with the specified com.trolltech.qt.core.Qt$Orientation[] Orientation values set.
resolve
public static Qt.Orientation resolve(int value)
- Returns the Orientation constant with the specified int.