Qt Jambi Home

com.trolltech.qt.gui
Class QStyleOptionFrameV2.FrameFeatures

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

public static class QStyleOptionFrameV2.FrameFeatures
extends QFlags<QStyleOptionFrameV2.FrameFeature>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QStyleOptionFrameV2.FrameFeatures(int value)
          Creates flags with the specified int flags set.
QStyleOptionFrameV2.FrameFeatures(QStyleOptionFrameV2.FrameFeature... 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

QStyleOptionFrameV2.FrameFeatures

public QStyleOptionFrameV2.FrameFeatures(QStyleOptionFrameV2.FrameFeature... args)
Creates flags with value set as only flag.

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

QStyleOptionFrameV2.FrameFeatures

public QStyleOptionFrameV2.FrameFeatures(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set

Qt Jambi Home