Module qtjambi
Package io.qt.core

Enum QChar.CombiningClass

java.lang.Object
java.lang.Enum<QChar.CombiningClass>
io.qt.core.QChar.CombiningClass
All Implemented Interfaces:
QtAbstractEnumerator, QtEnumerator, Serializable, Comparable<QChar.CombiningClass>, Constable
Enclosing class:
QChar

public static enum QChar.CombiningClass extends Enum<QChar.CombiningClass> implements QtEnumerator

Java wrapper for Qt enum QChar::CombiningClass

  • Enum Constant Details

    • Combining_BelowLeftAttached

      public static final QChar.CombiningClass Combining_BelowLeftAttached

      Representing QChar::Combining_BelowLeftAttached

    • Combining_BelowAttached

      public static final QChar.CombiningClass Combining_BelowAttached

      Representing QChar::Combining_BelowAttached

    • Combining_BelowRightAttached

      public static final QChar.CombiningClass Combining_BelowRightAttached

      Representing QChar::Combining_BelowRightAttached

    • Combining_LeftAttached

      public static final QChar.CombiningClass Combining_LeftAttached

      Representing QChar::Combining_LeftAttached

    • Combining_RightAttached

      public static final QChar.CombiningClass Combining_RightAttached

      Representing QChar::Combining_RightAttached

    • Combining_AboveLeftAttached

      public static final QChar.CombiningClass Combining_AboveLeftAttached

      Representing QChar::Combining_AboveLeftAttached

    • Combining_AboveAttached

      public static final QChar.CombiningClass Combining_AboveAttached

      Representing QChar::Combining_AboveAttached

    • Combining_AboveRightAttached

      public static final QChar.CombiningClass Combining_AboveRightAttached

      Representing QChar::Combining_AboveRightAttached

    • Combining_BelowLeft

      public static final QChar.CombiningClass Combining_BelowLeft

      Representing QChar::Combining_BelowLeft

    • Combining_Below

      public static final QChar.CombiningClass Combining_Below

      Representing QChar::Combining_Below

    • Combining_BelowRight

      public static final QChar.CombiningClass Combining_BelowRight

      Representing QChar::Combining_BelowRight

    • Combining_Left

      public static final QChar.CombiningClass Combining_Left

      Representing QChar::Combining_Left

    • Combining_Right

      public static final QChar.CombiningClass Combining_Right

      Representing QChar::Combining_Right

    • Combining_AboveLeft

      public static final QChar.CombiningClass Combining_AboveLeft

      Representing QChar::Combining_AboveLeft

    • Combining_Above

      public static final QChar.CombiningClass Combining_Above

      Representing QChar::Combining_Above

    • Combining_AboveRight

      public static final QChar.CombiningClass Combining_AboveRight

      Representing QChar::Combining_AboveRight

    • Combining_DoubleBelow

      public static final QChar.CombiningClass Combining_DoubleBelow

      Representing QChar::Combining_DoubleBelow

    • Combining_DoubleAbove

      public static final QChar.CombiningClass Combining_DoubleAbove

      Representing QChar::Combining_DoubleAbove

    • Combining_IotaSubscript

      public static final QChar.CombiningClass Combining_IotaSubscript

      Representing QChar::Combining_IotaSubscript

  • Method Details

    • values

      public static QChar.CombiningClass[] 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 QChar.CombiningClass 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. Default is Enum.ordinal().
      Specified by:
      value in interface QtEnumerator
    • resolve

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