com.trolltech.qt.gui
Class QPaintEngine.PaintEngineFeatures

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

public static class QPaintEngine.PaintEngineFeatures
extends QFlags

This is a flags class for com.trolltech.qt.gui.QPaintEngine.PaintEngineFeature

See Also:
Serialized Form

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

QPaintEngine.PaintEngineFeatures

public QPaintEngine.PaintEngineFeatures(QPaintEngine.PaintEngineFeature[] args)
Creates a PaintEngineFeatures with the specified com.trolltech.qt.gui.QPaintEngine.PaintEngineFeature[]. flags set.


QPaintEngine.PaintEngineFeatures

public QPaintEngine.PaintEngineFeatures(int value)
Creates flags with the specified int flags set.