Module qtjambi
Package io.qt.core

Class Qt.MatchFlags

java.lang.Object
io.qt.QFlags<Qt.MatchFlag>
io.qt.core.Qt.MatchFlags
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Qt.MatchFlags>
Enclosing class:
Qt

public static final class Qt.MatchFlags extends QFlags<Qt.MatchFlag> implements Comparable<Qt.MatchFlags>
QFlags type for enum Qt.MatchFlag
See Also:
  • Constructor Details

    • MatchFlags

      public MatchFlags()
      Creates a new MatchFlags.
    • MatchFlags

      public MatchFlags(Qt.MatchFlag ... args)
      Creates a new MatchFlags where the flags in args are set.
      Parameters:
      args - enum entries
    • MatchFlags

      public MatchFlags(int value)
      Creates a new MatchFlags with given value.
      Parameters:
      value -
  • Method Details