Uses of Enum
io.qt.core.QSystemSemaphore.AccessMode
Packages that use QSystemSemaphore.AccessMode
-
Uses of QSystemSemaphore.AccessMode in io.qt.core
Methods in io.qt.core that return QSystemSemaphore.AccessModeModifier and TypeMethodDescriptionstatic QSystemSemaphore.AccessMode
QSystemSemaphore.AccessMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QSystemSemaphore.AccessMode
Returns the enum constant of this type with the specified name.static QSystemSemaphore.AccessMode[]
QSystemSemaphore.AccessMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QSystemSemaphore.AccessModeModifier and TypeMethodDescriptionfinal void
QSystemSemaphore.setKey
(String key, int initialValue, QSystemSemaphore.AccessMode mode) Constructors in io.qt.core with parameters of type QSystemSemaphore.AccessModeModifierConstructorDescriptionQSystemSemaphore
(String key, int initialValue, QSystemSemaphore.AccessMode mode)