com.trolltech.qt.gui
Class QDockWidget.DockWidgetFeatures

java.lang.Object
  extended by com.trolltech.qt.QFlags
      extended by com.trolltech.qt.gui.QDockWidget.DockWidgetFeatures
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
QDockWidget

public static class QDockWidget.DockWidgetFeatures
extends QFlags

This is a flags class for com.trolltech.qt.gui.QDockWidget.DockWidgetFeature

See Also:
Serialized Form

Constructor Summary
QDockWidget.DockWidgetFeatures(int value)
          Creates flags with the specified int flags set.
QDockWidget.DockWidgetFeatures(QDockWidget.DockWidgetFeature[] args)
          Creates a DockWidgetFeatures with the specified com.trolltech.qt.gui.QDockWidget.DockWidgetFeature[].
 
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

QDockWidget.DockWidgetFeatures

public QDockWidget.DockWidgetFeatures(QDockWidget.DockWidgetFeature[] args)
Creates a DockWidgetFeatures with the specified com.trolltech.qt.gui.QDockWidget.DockWidgetFeature[]. flags set.


QDockWidget.DockWidgetFeatures

public QDockWidget.DockWidgetFeatures(int value)
Creates flags with the specified int flags set.