Uses of Class
io.qt.network.QLocalSocket.LocalSocketError
Package | Description |
---|---|
io.qt.network |
-
Uses of QLocalSocket.LocalSocketError in io.qt.network
Fields in io.qt.network with type parameters of type QLocalSocket.LocalSocketError Modifier and Type Field Description QObject.Signal1<QLocalSocket.LocalSocketError>
QLocalSocket. error
Deprecated.Use QLocalSocket::errorOccurred(QLocalSocket::LocalSocketError) insteadQObject.Signal1<QLocalSocket.LocalSocketError>
QLocalSocket. errorOccurred
Methods in io.qt.network that return QLocalSocket.LocalSocketError Modifier and Type Method Description QLocalSocket.LocalSocketError
QLocalSocket. error()
static QLocalSocket.LocalSocketError
QLocalSocket.LocalSocketError. resolve(int value)
Returns the corresponding enum entry for the given value.static QLocalSocket.LocalSocketError
QLocalSocket.LocalSocketError. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLocalSocket.LocalSocketError[]
QLocalSocket.LocalSocketError. values()
Returns an array containing the constants of this enum type, in the order they are declared.