Uses of Enum
io.qt.core.QSystemSemaphore.AccessMode
-
Uses of QSystemSemaphore.AccessMode in io.qt.core
Modifier 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.Modifier and TypeMethodDescriptionfinal void
QSystemSemaphore.setKey
(String key, int initialValue, QSystemSemaphore.AccessMode mode) final void
QSystemSemaphore.setNativeKey
(QNativeIpcKey key, int initialValue, QSystemSemaphore.AccessMode arg__3) final void
QSystemSemaphore.setNativeKey
(String key, int initialValue, QSystemSemaphore.AccessMode mode) Overloaded function forQSystemSemaphore.setNativeKey(java.lang.String, int, io.qt.core.QSystemSemaphore.AccessMode, io.qt.core.QNativeIpcKey.Type)
withtype = io.qt.core.QNativeIpcKey.legacyDefaultTypeForOs()
.final void
QSystemSemaphore.setNativeKey
(String key, int initialValue, QSystemSemaphore.AccessMode mode, QNativeIpcKey.Type type) ModifierConstructorDescriptionQSystemSemaphore
(QNativeIpcKey key, int initialValue, QSystemSemaphore.AccessMode arg__3) QSystemSemaphore
(String key, int initialValue, QSystemSemaphore.AccessMode mode)