Uses of Enum
io.qt.network.QLocalSocket.SocketOption
Packages that use QLocalSocket.SocketOption
-
Uses of QLocalSocket.SocketOption in io.qt.network
Methods in io.qt.network that return QLocalSocket.SocketOptionModifier and TypeMethodDescriptionfinal QLocalSocket.SocketOption[]
QLocalSocket.SocketOptions.flags()
Returns an array of flag objects represented by this SocketOptions.static QLocalSocket.SocketOption
QLocalSocket.SocketOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QLocalSocket.SocketOption
Returns the enum constant of this type with the specified name.static QLocalSocket.SocketOption[]
QLocalSocket.SocketOption.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.SocketOptionModifier and TypeMethodDescriptionQLocalSocket.SocketOption.combined
(QLocalSocket.SocketOption e) Combines this entry with other enum entry.QLocalSocket.SocketOptions.combined
(QLocalSocket.SocketOption e) Combines this flags with enum entry.static QLocalSocket.SocketOptions
QLocalSocket.SocketOption.flags
(QLocalSocket.SocketOption... values) Creates a newQLocalSocket.SocketOptions
from the entries.QLocalSocket.SocketOptions.setFlag
(QLocalSocket.SocketOption e) Sets the flage
QLocalSocket.SocketOptions.setFlag
(QLocalSocket.SocketOption e, boolean on) Sets or clears the flagflag
final void
QLocalSocket.setSocketOptions
(QLocalSocket.SocketOption ... option) Overloaded function forQLocalSocket.setSocketOptions(io.qt.network.QLocalSocket.SocketOptions)
.Constructors in io.qt.network with parameters of type QLocalSocket.SocketOptionModifierConstructorDescriptionSocketOptions
(QLocalSocket.SocketOption... args) Creates a new SocketOptions where the flags inargs
are set.