Uses of Enum
io.qt.gui.QXcbWindowFunctions.WmWindowType
Packages that use QXcbWindowFunctions.WmWindowType
-
Uses of QXcbWindowFunctions.WmWindowType in io.qt.gui
Methods in io.qt.gui that return QXcbWindowFunctions.WmWindowTypeModifier and TypeMethodDescriptionfinal QXcbWindowFunctions.WmWindowType[]
QXcbWindowFunctions.WmWindowTypes.flags()
Returns an array of flag objects represented by this WmWindowTypes.QXcbWindowFunctions.WmWindowType.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QXcbWindowFunctions.WmWindowType[]
QXcbWindowFunctions.WmWindowType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QXcbWindowFunctions.WmWindowTypeModifier and TypeMethodDescriptionQXcbWindowFunctions.WmWindowType.combined
(QXcbWindowFunctions.WmWindowType e) Combines this entry with other enum entry.QXcbWindowFunctions.WmWindowTypes.combined
(QXcbWindowFunctions.WmWindowType e) Combines this flags with enum entry.QXcbWindowFunctions.WmWindowType.flags
(QXcbWindowFunctions.WmWindowType... values) Creates a newQXcbWindowFunctions.WmWindowTypes
from the entries.QXcbWindowFunctions.WmWindowTypes.setFlag
(QXcbWindowFunctions.WmWindowType e) Sets the flage
QXcbWindowFunctions.WmWindowTypes.setFlag
(QXcbWindowFunctions.WmWindowType e, boolean on) Sets or clears the flagflag
static void
QXcbWindowFunctions.setWmWindowType
(QWindow window, QXcbWindowFunctions.WmWindowType type) Constructors in io.qt.gui with parameters of type QXcbWindowFunctions.WmWindowTypeModifierConstructorDescriptionCreates a new WmWindowTypes where the flags inargs
are set.