Module qtjambi
Package io.qt.widgets

Enum QtDrawUtil.DrawingHint

java.lang.Object
java.lang.Enum<QtDrawUtil.DrawingHint>
io.qt.widgets.QtDrawUtil.DrawingHint
All Implemented Interfaces:
QtAbstractEnumerator, QtAbstractFlagEnumerator, QtEnumerator, QtFlagEnumerator, Serializable, Comparable<QtDrawUtil.DrawingHint>, Constable
Enclosing class:
QtDrawUtil

public static enum QtDrawUtil.DrawingHint extends Enum<QtDrawUtil.DrawingHint> implements QtFlagEnumerator

Java wrapper for Qt enum QDrawBorderPixmap::DrawingHint

See Also:
  • Enum Constant Details

    • OpaqueTopLeft

      public static final QtDrawUtil.DrawingHint OpaqueTopLeft

      Representing QDrawBorderPixmap::OpaqueTopLeft

    • OpaqueTop

      public static final QtDrawUtil.DrawingHint OpaqueTop

      Representing QDrawBorderPixmap::OpaqueTop

    • OpaqueTopRight

      public static final QtDrawUtil.DrawingHint OpaqueTopRight

      Representing QDrawBorderPixmap::OpaqueTopRight

    • OpaqueLeft

      public static final QtDrawUtil.DrawingHint OpaqueLeft

      Representing QDrawBorderPixmap::OpaqueLeft

    • OpaqueCenter

      public static final QtDrawUtil.DrawingHint OpaqueCenter

      Representing QDrawBorderPixmap::OpaqueCenter

    • OpaqueRight

      public static final QtDrawUtil.DrawingHint OpaqueRight

      Representing QDrawBorderPixmap::OpaqueRight

    • OpaqueBottomLeft

      public static final QtDrawUtil.DrawingHint OpaqueBottomLeft

      Representing QDrawBorderPixmap::OpaqueBottomLeft

    • OpaqueBottom

      public static final QtDrawUtil.DrawingHint OpaqueBottom

      Representing QDrawBorderPixmap::OpaqueBottom

    • OpaqueBottomRight

      public static final QtDrawUtil.DrawingHint OpaqueBottomRight

      Representing QDrawBorderPixmap::OpaqueBottomRight

    • OpaqueCorners

      public static final QtDrawUtil.DrawingHint OpaqueCorners

      Representing QDrawBorderPixmap::OpaqueCorners

    • OpaqueEdges

      public static final QtDrawUtil.DrawingHint OpaqueEdges

      Representing QDrawBorderPixmap::OpaqueEdges

    • OpaqueFrame

      public static final QtDrawUtil.DrawingHint OpaqueFrame

      Representing QDrawBorderPixmap::OpaqueFrame

    • OpaqueAll

      public static final QtDrawUtil.DrawingHint OpaqueAll

      Representing QDrawBorderPixmap::OpaqueAll

  • Method Details

    • values

      public static QtDrawUtil.DrawingHint[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static QtDrawUtil.DrawingHint valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public int value()
      This function should return an integer value for the enum values of the enumeration that implements this interface.
      Specified by:
      value in interface QtEnumerator
      Specified by:
      value in interface QtFlagEnumerator
    • asFlags

      public QtDrawUtil.DrawingHints asFlags()
      Create a QFlags of the enum entry.
      Specified by:
      asFlags in interface QtAbstractFlagEnumerator
      Returns:
      QFlags
    • combined

      Combines this entry with other enum entry.
      Parameters:
      e - enum entry
      Returns:
      new flag
    • cleared

      Excludes other enum entry from a flag of this entry.
      Parameters:
      e - enum entry
      Returns:
      new flag
    • flags

      public static QtDrawUtil.DrawingHints flags(QtDrawUtil.DrawingHint ... values)
      Creates a new QtDrawUtil.DrawingHints from the entries.
      Parameters:
      values - entries
      Returns:
      new flag
    • resolve

      public static QtDrawUtil.DrawingHint resolve(int value)
      Returns the corresponding enum entry for the given value.
      Parameters:
      value -
      Returns:
      enum entry