com.trolltech.qt.gui
Class QStyleOptionViewItemV2.ViewItemFeatures

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

public static class QStyleOptionViewItemV2.ViewItemFeatures
extends QFlags<QStyleOptionViewItemV2.ViewItemFeature>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QStyleOptionViewItemV2.ViewItemFeatures(int value)
          Creates flags with the specified int flags set.
QStyleOptionViewItemV2.ViewItemFeatures(QStyleOptionViewItemV2.ViewItemFeature... 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

QStyleOptionViewItemV2.ViewItemFeatures

public QStyleOptionViewItemV2.ViewItemFeatures(QStyleOptionViewItemV2.ViewItemFeature... args)
Creates flags with value set as only flag.

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

QStyleOptionViewItemV2.ViewItemFeatures

public QStyleOptionViewItemV2.ViewItemFeatures(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set