com.trolltech.qt.gui
Class QGraphicsView.OptimizationFlags

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

public static class QGraphicsView.OptimizationFlags
extends QFlags

This is a flags class for com.trolltech.qt.gui.QGraphicsView.OptimizationFlag

See Also:
Serialized Form

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

QGraphicsView.OptimizationFlags

public QGraphicsView.OptimizationFlags(QGraphicsView.OptimizationFlag[] args)
Creates a OptimizationFlags with the specified com.trolltech.qt.gui.QGraphicsView.OptimizationFlag[]. flags set.


QGraphicsView.OptimizationFlags

public QGraphicsView.OptimizationFlags(int value)
Creates flags with the specified int flags set.