Uses of Enum
io.qt.network.QLocalSocket.LocalSocketState
Packages that use QLocalSocket.LocalSocketState
-
Uses of QLocalSocket.LocalSocketState in io.qt.network
Fields in io.qt.network with type parameters of type QLocalSocket.LocalSocketStateMethods in io.qt.network that return QLocalSocket.LocalSocketStateModifier and TypeMethodDescriptionQLocalSocket.LocalSocketState.resolve
(int value) Returns the corresponding enum entry for the given value.QLocalSocket.state()
Returns the enum constant of this type with the specified name.static QLocalSocket.LocalSocketState[]
QLocalSocket.LocalSocketState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QLocalSocket.LocalSocketStateModifier and TypeMethodDescriptionfinal boolean
QLocalSocket.setSocketDescriptor
(long socketDescriptor, QLocalSocket.LocalSocketState socketState) Overloaded function forQLocalSocket.setSocketDescriptor(long, io.qt.network.QLocalSocket.LocalSocketState, io.qt.core.QIODevice.OpenMode)
withopenMode = new io.qt.core.QIODevice.OpenMode(3)
.final boolean
QLocalSocket.setSocketDescriptor
(long socketDescriptor, QLocalSocket.LocalSocketState socketState, QIODevice.OpenMode openMode) final boolean
QLocalSocket.setSocketDescriptor
(long socketDescriptor, QLocalSocket.LocalSocketState socketState, QIODevice.OpenModeFlag... openMode)