Uses of Class
io.qt.core.QNativeIpcKey
-
Uses of QNativeIpcKey in io.qt.core
Modifier and TypeMethodDescriptionQNativeIpcKey.clone()
Creates and returns a copy of this object.static QNativeIpcKey
QNativeIpcKey.fromString
(String string) static QNativeIpcKey
QSharedMemory.legacyNativeKey
(String key) Overloaded function forQSharedMemory.legacyNativeKey(java.lang.String, io.qt.core.QNativeIpcKey.Type)
withtype = io.qt.core.QNativeIpcKey.legacyDefaultTypeForOs()
.static QNativeIpcKey
QSharedMemory.legacyNativeKey
(String key, QNativeIpcKey.Type type) SeeQSharedMemory::
legacyNativeKey(QString, QNativeIpcKey::Type) static QNativeIpcKey
QSystemSemaphore.legacyNativeKey
(String key) Overloaded function forQSystemSemaphore.legacyNativeKey(java.lang.String, io.qt.core.QNativeIpcKey.Type)
withtype = io.qt.core.QNativeIpcKey.legacyDefaultTypeForOs()
.static QNativeIpcKey
QSystemSemaphore.legacyNativeKey
(String key, QNativeIpcKey.Type type) SeeQSystemSemaphore::
legacyNativeKey(QString, QNativeIpcKey::Type) final QNativeIpcKey
QSharedMemory.nativeIpcKey()
final QNativeIpcKey
QSystemSemaphore.nativeIpcKey()
static QNativeIpcKey
QSharedMemory.platformSafeKey
(String key) Overloaded function forQSharedMemory.platformSafeKey(java.lang.String, io.qt.core.QNativeIpcKey.Type)
withtype = io.qt.core.QNativeIpcKey.DefaultTypeForOs
.static QNativeIpcKey
QSharedMemory.platformSafeKey
(String key, QNativeIpcKey.Type type) SeeQSharedMemory::
platformSafeKey(QString, QNativeIpcKey::Type) static QNativeIpcKey
QSystemSemaphore.platformSafeKey
(String key) Overloaded function forQSystemSemaphore.platformSafeKey(java.lang.String, io.qt.core.QNativeIpcKey.Type)
withtype = io.qt.core.QNativeIpcKey.DefaultTypeForOs
.static QNativeIpcKey
QSystemSemaphore.platformSafeKey
(String key, QNativeIpcKey.Type type) SeeQSystemSemaphore::
platformSafeKey(QString, QNativeIpcKey::Type) Modifier and TypeMethodDescriptionfinal void
QNativeIpcKey.assign
(QNativeIpcKey other) final void
QSharedMemory.setNativeKey
(QNativeIpcKey key) final void
QSystemSemaphore.setNativeKey
(QNativeIpcKey key) final void
QSystemSemaphore.setNativeKey
(QNativeIpcKey key, int initialValue) Overloaded function forQSystemSemaphore.setNativeKey(io.qt.core.QNativeIpcKey, int, io.qt.core.QSystemSemaphore.AccessMode)
witharg__3 = io.qt.core.QSystemSemaphore.AccessMode.Open
.final void
QSystemSemaphore.setNativeKey
(QNativeIpcKey key, int initialValue, QSystemSemaphore.AccessMode arg__3) final void
QNativeIpcKey.swap
(QNativeIpcKey other) ModifierConstructorDescriptionQNativeIpcKey
(QNativeIpcKey other) Overloaded constructor forQSharedMemory(io.qt.core.QNativeIpcKey, io.qt.core.QObject)
withparent = null
.QSharedMemory
(QNativeIpcKey key, QObject parent) Overloaded constructor forQSystemSemaphore(io.qt.core.QNativeIpcKey, int, io.qt.core.QSystemSemaphore.AccessMode)
QSystemSemaphore
(QNativeIpcKey key, int initialValue) Overloaded constructor forQSystemSemaphore(io.qt.core.QNativeIpcKey, int, io.qt.core.QSystemSemaphore.AccessMode)
witharg__3 = io.qt.core.QSystemSemaphore.AccessMode.Open
.QSystemSemaphore
(QNativeIpcKey key, int initialValue, QSystemSemaphore.AccessMode arg__3)