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