Module qtjambi

Enum QXcbWindow.WindowType

java.lang.Object
java.lang.Enum<QXcbWindow.WindowType>
io.qt.gui.nativeinterface.QXcbWindow.WindowType
All Implemented Interfaces:
QtAbstractEnumerator, QtAbstractFlagEnumerator, QtEnumerator, QtFlagEnumerator, Serializable, Comparable<QXcbWindow.WindowType>, Constable
Enclosing interface:
QXcbWindow

public static enum QXcbWindow.WindowType extends Enum<QXcbWindow.WindowType> implements QtFlagEnumerator

Java wrapper for Qt enum QNativeInterface::Private::QXcbWindow::WindowType

See Also:
  • Enum Constant Details

    • None

      public static final QXcbWindow.WindowType None

      Representing QNativeInterface::Private::QXcbWindow::None

    • Normal

      public static final QXcbWindow.WindowType Normal

      Representing QNativeInterface::Private::QXcbWindow::Normal

    • Desktop

      public static final QXcbWindow.WindowType Desktop

      Representing QNativeInterface::Private::QXcbWindow::Desktop

    • Dock

      public static final QXcbWindow.WindowType Dock

      Representing QNativeInterface::Private::QXcbWindow::Dock

    • Toolbar

      public static final QXcbWindow.WindowType Toolbar

      Representing QNativeInterface::Private::QXcbWindow::Toolbar

    • Utility

      public static final QXcbWindow.WindowType Utility

      Representing QNativeInterface::Private::QXcbWindow::Utility

    • Splash

      public static final QXcbWindow.WindowType Splash

      Representing QNativeInterface::Private::QXcbWindow::Splash

    • Dialog

      public static final QXcbWindow.WindowType Dialog

      Representing QNativeInterface::Private::QXcbWindow::Dialog

    • PopupMenu

      public static final QXcbWindow.WindowType PopupMenu

      Representing QNativeInterface::Private::QXcbWindow::PopupMenu

    • Tooltip

      public static final QXcbWindow.WindowType Tooltip

      Representing QNativeInterface::Private::QXcbWindow::Tooltip

    • Notification

      public static final QXcbWindow.WindowType Notification

      Representing QNativeInterface::Private::QXcbWindow::Notification

    • Combo

      public static final QXcbWindow.WindowType Combo

      Representing QNativeInterface::Private::QXcbWindow::Combo

    • Dnd

      public static final QXcbWindow.WindowType Dnd

      Representing QNativeInterface::Private::QXcbWindow::Dnd

    • KdeOverride

      public static final QXcbWindow.WindowType KdeOverride

      Representing QNativeInterface::Private::QXcbWindow::KdeOverride

  • Method Details

    • values

      public static QXcbWindow.WindowType[] 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 QXcbWindow.WindowType 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 QXcbWindow.WindowTypes 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 QXcbWindow.WindowTypes flags(QXcbWindow.WindowType ... values)
      Creates a new QXcbWindow.WindowTypes from the entries.
      Parameters:
      values - entries
      Returns:
      new flag
    • resolve

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