Uses of Enum
io.qt.gui.nativeinterface.QXcbWindow.WindowType
-
Uses of QXcbWindow.WindowType in io.qt.gui.nativeinterface
Modifier 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.Modifier and TypeMethodDescriptionQXcbWindow.WindowType.cleared
(QXcbWindow.WindowType e) Excludes other enum entry from a flag of this entry.QXcbWindow.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
final void
QXcbWindow.Impl.setWindowType
(QXcbWindow.WindowType ... type) Overloaded function forQXcbWindow.setWindowType(io.qt.gui.nativeinterface.QXcbWindow.WindowTypes)
.default void
QXcbWindow.setWindowType
(QXcbWindow.WindowType ... type) Overloaded function forQXcbWindow.setWindowType(io.qt.gui.nativeinterface.QXcbWindow.WindowTypes)
.ModifierConstructorDescriptionWindowTypes
(QXcbWindow.WindowType ... args) Creates a new WindowTypes where the flags inargs
are set.