com.trolltech.qt.core
Class Qt.MatchFlags

java.lang.Object
  extended by com.trolltech.qt.QFlags
      extended by com.trolltech.qt.core.Qt.MatchFlags
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing interface:
Qt

public static class Qt.MatchFlags
extends QFlags

This is a flags class for com.trolltech.qt.core.Qt.MatchFlag

See Also:
Serialized Form

Constructor Summary
Qt.MatchFlags(int value)
          Creates flags with the specified int flags set.
Qt.MatchFlags(Qt.MatchFlag[] args)
          Creates a MatchFlags with the specified com.trolltech.qt.core.Qt.MatchFlag[].
 
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

Qt.MatchFlags

public Qt.MatchFlags(Qt.MatchFlag[] args)
Creates a MatchFlags with the specified com.trolltech.qt.core.Qt.MatchFlag[]. flags set.


Qt.MatchFlags

public Qt.MatchFlags(int value)
Creates flags with the specified int flags set.