com.trolltech.qt.gui
Class QWidget.RenderFlags

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

public static class QWidget.RenderFlags
extends QFlags<QWidget.RenderFlag>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QWidget.RenderFlags(int value)
          Creates flags with the specified int flags set.
QWidget.RenderFlags(QWidget.RenderFlag... 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

QWidget.RenderFlags

public QWidget.RenderFlags(QWidget.RenderFlag... args)
Creates flags with value set as only flag.

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

QWidget.RenderFlags

public QWidget.RenderFlags(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set