com.trolltech.qt.opengl
Class QGLFormat.OpenGLVersionFlags

java.lang.Object
  extended by com.trolltech.qt.QFlags<QGLFormat.OpenGLVersionFlag>
      extended by com.trolltech.qt.opengl.QGLFormat.OpenGLVersionFlags
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
QGLFormat

public static class QGLFormat.OpenGLVersionFlags
extends QFlags<QGLFormat.OpenGLVersionFlag>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QGLFormat.OpenGLVersionFlags(int value)
          Creates flags with the specified int flags set.
QGLFormat.OpenGLVersionFlags(QGLFormat.OpenGLVersionFlag... 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

QGLFormat.OpenGLVersionFlags

public QGLFormat.OpenGLVersionFlags(QGLFormat.OpenGLVersionFlag... args)
Creates flags with value set as only flag.

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

QGLFormat.OpenGLVersionFlags

public QGLFormat.OpenGLVersionFlags(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set