Qt Jambi Home

com.trolltech.qt.gui
Class QMdiSubWindow.SubWindowOptions

java.lang.Object
  extended by com.trolltech.qt.QFlags<QMdiSubWindow.SubWindowOption>
      extended by com.trolltech.qt.gui.QMdiSubWindow.SubWindowOptions
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
QMdiSubWindow

public static class QMdiSubWindow.SubWindowOptions
extends QFlags<QMdiSubWindow.SubWindowOption>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QMdiSubWindow.SubWindowOptions(int value)
          Creates flags with the specified int flags set.
QMdiSubWindow.SubWindowOptions(QMdiSubWindow.SubWindowOption... 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

QMdiSubWindow.SubWindowOptions

public QMdiSubWindow.SubWindowOptions(QMdiSubWindow.SubWindowOption... args)
Creates flags with value set as only flag.

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

QMdiSubWindow.SubWindowOptions

public QMdiSubWindow.SubWindowOptions(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set

Qt Jambi Home