Qt Jambi Home

com.trolltech.qt.core
Class QEventLoop.ProcessEventsFlags

java.lang.Object
  extended by com.trolltech.qt.QFlags<QEventLoop.ProcessEventsFlag>
      extended by com.trolltech.qt.core.QEventLoop.ProcessEventsFlags
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
QEventLoop

public static class QEventLoop.ProcessEventsFlags
extends QFlags<QEventLoop.ProcessEventsFlag>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QEventLoop.ProcessEventsFlags(int value)
          Creates flags with the specified int flags set.
QEventLoop.ProcessEventsFlags(QEventLoop.ProcessEventsFlag... 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

QEventLoop.ProcessEventsFlags

public QEventLoop.ProcessEventsFlags(QEventLoop.ProcessEventsFlag... args)
Creates flags with value set as only flag.

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

QEventLoop.ProcessEventsFlags

public QEventLoop.ProcessEventsFlags(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set

Qt Jambi Home