Uses of Enum
io.qt.x11extras.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.PeekOptionQX11Info.PeekOption.resolve(int value) Returns the corresponding enum entry for the given value.static QX11Info.PeekOptionReturns 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.PeekOptionsQX11Info.PeekOptions.combined(QX11Info.PeekOption e) Combines this flags with enum entry.static QX11Info.PeekOptionsQX11Info.PeekOption.flags(QX11Info.PeekOption... values) Creates a newQX11Info.PeekOptionsfrom the entries.final QX11Info.PeekOptionsQX11Info.PeekOptions.setFlag(QX11Info.PeekOption e) Sets the flagefinal QX11Info.PeekOptionsQX11Info.PeekOptions.setFlag(QX11Info.PeekOption e, boolean on) Sets or clears the flagflagConstructors in io.qt.x11extras with parameters of type QX11Info.PeekOptionModifierConstructorDescriptionPeekOptions(QX11Info.PeekOption... args) Creates a new PeekOptions where the flags inargsare set.