com.trolltech.qt.core
Class Qt.WindowStates

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

public static class Qt.WindowStates
extends QFlags

This is a flags class for com.trolltech.qt.core.Qt.WindowState

See Also:
Serialized Form

Constructor Summary
Qt.WindowStates(int value)
          Creates flags with the specified int flags set.
Qt.WindowStates(Qt.WindowState[] args)
          Creates a WindowStates with the specified com.trolltech.qt.core.Qt.WindowState[].
 
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.WindowStates

public Qt.WindowStates(Qt.WindowState[] args)
Creates a WindowStates with the specified com.trolltech.qt.core.Qt.WindowState[]. flags set.


Qt.WindowStates

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