com.trolltech.qt.gui
Class QSizePolicy.ControlTypes

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

public static class QSizePolicy.ControlTypes
extends QFlags

This is a flags class for com.trolltech.qt.gui.QSizePolicy.ControlType

See Also:
Serialized Form

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

QSizePolicy.ControlTypes

public QSizePolicy.ControlTypes(QSizePolicy.ControlType[] args)
Creates a ControlTypes with the specified com.trolltech.qt.gui.QSizePolicy.ControlType[]. flags set.


QSizePolicy.ControlTypes

public QSizePolicy.ControlTypes(int value)
Creates flags with the specified int flags set.