Uses of Class
io.qt.x11extras.QX11Info.PeekOption
Package | Description |
---|---|
io.qt.x11extras |
-
Uses of QX11Info.PeekOption in io.qt.x11extras
Methods in io.qt.x11extras that return QX11Info.PeekOption Modifier and Type Method Description 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
QX11Info.PeekOption. valueOf(String name)
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.PeekOption Modifier and Type Method Description QX11Info.PeekOptions
QX11Info.PeekOption. combined(QX11Info.PeekOption e)
Combines this entry with other enum entry.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.QX11Info.PeekOptions
QX11Info.PeekOptions. setFlag(QX11Info.PeekOption e)
Sets the flage
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.PeekOption Constructor Description PeekOptions(QX11Info.PeekOption... args)
Creates a new PeekOptions where the flags inargs
are set.