Uses of Enum
io.qt.gui.nativeinterface.QXcbWindow.WindowType
Packages that use QXcbWindow.WindowType
-
Uses of QXcbWindow.WindowType in io.qt.gui.nativeinterface
Methods in io.qt.gui.nativeinterface that return QXcbWindow.WindowTypeModifier and TypeMethodDescriptionfinal QXcbWindow.WindowType[]
QXcbWindow.WindowTypes.flags()
Returns an array of flag objects represented by this WindowTypes.static QXcbWindow.WindowType
QXcbWindow.WindowType.resolve
(int value) Returns the corresponding enum entry for the given value.static QXcbWindow.WindowType
Returns the enum constant of this type with the specified name.static QXcbWindow.WindowType[]
QXcbWindow.WindowType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.nativeinterface with parameters of type QXcbWindow.WindowTypeModifier and TypeMethodDescriptionQXcbWindow.WindowType.combined
(QXcbWindow.WindowType e) Combines this entry with other enum entry.final QXcbWindow.WindowTypes
QXcbWindow.WindowTypes.combined
(QXcbWindow.WindowType e) Combines this flags with enum entry.static QXcbWindow.WindowTypes
QXcbWindow.WindowType.flags
(QXcbWindow.WindowType... values) Creates a newQXcbWindow.WindowTypes
from the entries.final QXcbWindow.WindowTypes
QXcbWindow.WindowTypes.setFlag
(QXcbWindow.WindowType e) Sets the flage
final QXcbWindow.WindowTypes
QXcbWindow.WindowTypes.setFlag
(QXcbWindow.WindowType e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui.nativeinterface with parameters of type QXcbWindow.WindowTypeModifierConstructorDescriptionWindowTypes
(QXcbWindow.WindowType... args) Creates a new WindowTypes where the flags inargs
are set.