Qt Jambi Home

com.trolltech.qt.core
Class Qt.Orientations

java.lang.Object
  extended by com.trolltech.qt.QFlags<Qt.Orientation>
      extended by com.trolltech.qt.core.Qt.Orientations
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing interface:
Qt

public static class Qt.Orientations
extends QFlags<Qt.Orientation>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
Qt.Orientations(int value)
          Creates flags with the specified int flags set.
Qt.Orientations(Qt.Orientation... args)
          Creates flags with value set as only flag.
 
Method Summary
 
Methods inherited from class com.trolltech.qt.QFlags
clear, clear, clearAll, equals, isSet, isSet, set, set, setValue, toString, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Qt.Orientations

public Qt.Orientations(Qt.Orientation... args)
Creates flags with value set as only flag.

Parameters:
value - the value for the flag to be set

Qt.Orientations

public Qt.Orientations(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set

Qt Jambi Home