Uses of Enum
io.qt.network.QNetworkInterface.InterfaceFlag
Packages that use QNetworkInterface.InterfaceFlag
-
Uses of QNetworkInterface.InterfaceFlag in io.qt.network
Methods in io.qt.network that return QNetworkInterface.InterfaceFlagModifier and TypeMethodDescriptionfinal QNetworkInterface.InterfaceFlag[]
QNetworkInterface.InterfaceFlags.flags()
Returns an array of flag objects represented by this InterfaceFlags.QNetworkInterface.InterfaceFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QNetworkInterface.InterfaceFlag[]
QNetworkInterface.InterfaceFlag.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 QNetworkInterface.InterfaceFlagModifier and TypeMethodDescriptionQNetworkInterface.InterfaceFlag.combined
(QNetworkInterface.InterfaceFlag e) Combines this entry with other enum entry.QNetworkInterface.InterfaceFlags.combined
(QNetworkInterface.InterfaceFlag e) Combines this flags with enum entry.QNetworkInterface.InterfaceFlag.flags
(QNetworkInterface.InterfaceFlag... values) Creates a newQNetworkInterface.InterfaceFlags
from the entries.QNetworkInterface.InterfaceFlags.setFlag
(QNetworkInterface.InterfaceFlag e) Sets the flage
QNetworkInterface.InterfaceFlags.setFlag
(QNetworkInterface.InterfaceFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.network with parameters of type QNetworkInterface.InterfaceFlagModifierConstructorDescriptionCreates a new InterfaceFlags where the flags inargs
are set.