Uses of Class
io.qt.core.QSystemSemaphore.AccessMode
Package | Description |
---|---|
io.qt.core |
-
Uses of QSystemSemaphore.AccessMode in io.qt.core
Methods in io.qt.core that return QSystemSemaphore.AccessMode Modifier and Type Method Description static QSystemSemaphore.AccessMode
QSystemSemaphore.AccessMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QSystemSemaphore.AccessMode
QSystemSemaphore.AccessMode. valueOf(String name)
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.AccessMode Modifier and Type Method Description void
QSystemSemaphore. setKey(String key, int initialValue, QSystemSemaphore.AccessMode mode)
Constructors in io.qt.core with parameters of type QSystemSemaphore.AccessMode Constructor Description QSystemSemaphore(String key, int initialValue, QSystemSemaphore.AccessMode mode)