Uses of Enum
io.qt.x11extras.QX11Info.PeekOption
Packages that use QX11Info.PeekOption
-
Uses of QX11Info.PeekOption in io.qt.x11extras
Methods in io.qt.x11extras that return QX11Info.PeekOptionModifier 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.Methods in io.qt.x11extras with parameters of type QX11Info.PeekOptionModifier and TypeMethodDescriptionQX11Info.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
Constructors in io.qt.x11extras with parameters of type QX11Info.PeekOptionModifierConstructorDescriptionPeekOptions
(QX11Info.PeekOption... args) Creates a new PeekOptions where the flags inargs
are set.