com.trolltech.qt.gui
Class QStyleOptionToolBar.ToolBarFeatures

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

public static class QStyleOptionToolBar.ToolBarFeatures
extends QFlags

This is a flags class for com.trolltech.qt.gui.QStyleOptionToolBar.ToolBarFeature

See Also:
Serialized Form

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

QStyleOptionToolBar.ToolBarFeatures

public QStyleOptionToolBar.ToolBarFeatures(QStyleOptionToolBar.ToolBarFeature[] args)
Creates a ToolBarFeatures with the specified com.trolltech.qt.gui.QStyleOptionToolBar.ToolBarFeature[]. flags set.


QStyleOptionToolBar.ToolBarFeatures

public QStyleOptionToolBar.ToolBarFeatures(int value)
Creates flags with the specified int flags set.