Uses of Class
io.qt.network.QNetworkConfiguration.StateFlag
Package | Description |
---|---|
io.qt.network |
-
Uses of QNetworkConfiguration.StateFlag in io.qt.network
Methods in io.qt.network that return QNetworkConfiguration.StateFlag Modifier and Type Method Description QNetworkConfiguration.StateFlag[]
QNetworkConfiguration.StateFlags. flags()
Returns an array of flag objects represented by this StateFlags.static QNetworkConfiguration.StateFlag
QNetworkConfiguration.StateFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QNetworkConfiguration.StateFlag
QNetworkConfiguration.StateFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QNetworkConfiguration.StateFlag[]
QNetworkConfiguration.StateFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.network with parameters of type QNetworkConfiguration.StateFlag Constructor Description StateFlags(QNetworkConfiguration.StateFlag... args)
Creates a new StateFlags where the flags inargs
are set.