Uses of Class
io.qt.network.QLocalSocket.LocalSocketState
Package | Description |
---|---|
io.qt.network |
-
Uses of QLocalSocket.LocalSocketState in io.qt.network
Fields in io.qt.network with type parameters of type QLocalSocket.LocalSocketState Modifier and Type Field Description QObject.Signal1<QLocalSocket.LocalSocketState>
QLocalSocket. stateChanged
Methods in io.qt.network that return QLocalSocket.LocalSocketState Modifier and Type Method Description static QLocalSocket.LocalSocketState
QLocalSocket.LocalSocketState. resolve(int value)
Returns the corresponding enum entry for the given value.QLocalSocket.LocalSocketState
QLocalSocket. state()
static QLocalSocket.LocalSocketState
QLocalSocket.LocalSocketState. valueOf(String name)
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.LocalSocketState Modifier and Type Method Description 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)
.boolean
QLocalSocket. setSocketDescriptor(long socketDescriptor, QLocalSocket.LocalSocketState socketState, QIODevice.OpenMode openMode)
boolean
QLocalSocket. setSocketDescriptor(long socketDescriptor, QLocalSocket.LocalSocketState socketState, QIODevice.OpenModeFlag... openMode)