Uses of Enum
io.qt.x11extras.QX11Info.PeekOption
-
Uses of QX11Info.PeekOption in io.qt.x11extras
Modifier and TypeMethodDescriptionfinal QX11Info.PeekOption []
QX11Info.PeekOptions.flags()
Returns an array of flag objects represented by this PeekOptions.static QX11Info.PeekOption
QX11Info.PeekOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QX11Info.PeekOption
Returns the enum constant of this type with the specified name.static QX11Info.PeekOption[]
QX11Info.PeekOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQX11Info.PeekOption.cleared
(QX11Info.PeekOption e) Excludes other enum entry from a flag of this entry.QX11Info.PeekOption.combined
(QX11Info.PeekOption e) Combines this entry with other enum entry.final QX11Info.PeekOptions
QX11Info.PeekOptions.combined
(QX11Info.PeekOption e) Combines this flags with enum entry.static QX11Info.PeekOptions
QX11Info.PeekOption.flags
(QX11Info.PeekOption ... values) Creates a newQX11Info.PeekOptions
from the entries.final QX11Info.PeekOptions
QX11Info.PeekOptions.setFlag
(QX11Info.PeekOption e) Sets the flage
final QX11Info.PeekOptions
QX11Info.PeekOptions.setFlag
(QX11Info.PeekOption e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionPeekOptions
(QX11Info.PeekOption ... args) Creates a new PeekOptions where the flags inargs
are set.