Module qtjambi
Package io.qt.core

Enum QChar.Category

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

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

Java wrapper for Qt enum QChar::Category

  • Enum Constant Details

    • Mark_NonSpacing

      public static final QChar.Category Mark_NonSpacing
    • Mark_SpacingCombining

      public static final QChar.Category Mark_SpacingCombining
    • Mark_Enclosing

      public static final QChar.Category Mark_Enclosing
    • Number_DecimalDigit

      public static final QChar.Category Number_DecimalDigit
    • Number_Letter

      public static final QChar.Category Number_Letter
    • Number_Other

      public static final QChar.Category Number_Other
    • Separator_Space

      public static final QChar.Category Separator_Space
    • Separator_Line

      public static final QChar.Category Separator_Line
    • Separator_Paragraph

      public static final QChar.Category Separator_Paragraph
    • Other_Control

      public static final QChar.Category Other_Control
    • Other_Format

      public static final QChar.Category Other_Format
    • Other_Surrogate

      public static final QChar.Category Other_Surrogate
    • Other_PrivateUse

      public static final QChar.Category Other_PrivateUse
    • Other_NotAssigned

      public static final QChar.Category Other_NotAssigned
    • Letter_Uppercase

      public static final QChar.Category Letter_Uppercase
    • Letter_Lowercase

      public static final QChar.Category Letter_Lowercase
    • Letter_Titlecase

      public static final QChar.Category Letter_Titlecase
    • Letter_Modifier

      public static final QChar.Category Letter_Modifier
    • Letter_Other

      public static final QChar.Category Letter_Other
    • Punctuation_Connector

      public static final QChar.Category Punctuation_Connector
    • Punctuation_Dash

      public static final QChar.Category Punctuation_Dash
    • Punctuation_Open

      public static final QChar.Category Punctuation_Open
    • Punctuation_Close

      public static final QChar.Category Punctuation_Close
    • Punctuation_InitialQuote

      public static final QChar.Category Punctuation_InitialQuote
    • Punctuation_FinalQuote

      public static final QChar.Category Punctuation_FinalQuote
    • Punctuation_Other

      public static final QChar.Category Punctuation_Other
    • Symbol_Math

      public static final QChar.Category Symbol_Math
    • Symbol_Currency

      public static final QChar.Category Symbol_Currency
    • Symbol_Modifier

      public static final QChar.Category Symbol_Modifier
    • Symbol_Other

      public static final QChar.Category Symbol_Other
  • Method Details

    • values

      public static QChar.Category[] 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.Category 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
    • resolve

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