Qt Jambi Home

com.trolltech.qt.gui
Class QGraphicsItem.GraphicsItemFlags

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

public static class QGraphicsItem.GraphicsItemFlags
extends QFlags<QGraphicsItem.GraphicsItemFlag>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QGraphicsItem.GraphicsItemFlags(int value)
          Creates flags with the specified int flags set.
QGraphicsItem.GraphicsItemFlags(QGraphicsItem.GraphicsItemFlag... 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

QGraphicsItem.GraphicsItemFlags

public QGraphicsItem.GraphicsItemFlags(QGraphicsItem.GraphicsItemFlag... args)
Creates flags with value set as only flag.

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

QGraphicsItem.GraphicsItemFlags

public QGraphicsItem.GraphicsItemFlags(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set

Qt Jambi Home