Module qtjambi
Package io.qt.core

Class Qt.Orientations

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

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

    • Orientations

      public Orientations()
      Creates a new Orientations.
    • Orientations

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

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