Uses of Enum
io.qt.core.QUrl.ComponentFormattingOption
Packages that use QUrl.ComponentFormattingOption
-
Uses of QUrl.ComponentFormattingOption in io.qt.core
Methods in io.qt.core that return QUrl.ComponentFormattingOptionModifier and TypeMethodDescriptionfinal QUrl.ComponentFormattingOption[]
QUrl.ComponentFormattingOptions.flags()
Returns an array of flag objects represented by this ComponentFormattingOptions.QUrl.ComponentFormattingOption.resolve
(int value) Returns the corresponding enum entry for the given value.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.Methods in io.qt.core with parameters of type QUrl.ComponentFormattingOptionModifier and TypeMethodDescriptionfinal QStringList
QUrlQuery.allQueryItemValues
(String key, QUrl.ComponentFormattingOption... encoding) Overloaded function forQUrlQuery.allQueryItemValues(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrl.authority
(QUrl.ComponentFormattingOption... options) Overloaded function forQUrl.authority(io.qt.core.QUrl.ComponentFormattingOptions)
.QUrl.ComponentFormattingOption.combined
(QUrl.ComponentFormattingOption e) Combines this entry with other enum entry.QUrl.ComponentFormattingOptions.combined
(QUrl.ComponentFormattingOption e) Combines this flags with enum entry.final String
QUrl.fileName
(QUrl.ComponentFormattingOption... options) Overloaded function forQUrl.fileName(io.qt.core.QUrl.ComponentFormattingOptions)
.QUrl.ComponentFormattingOption.flags
(QUrl.ComponentFormattingOption... values) Creates a newQUrl.ComponentFormattingOptions
from the entries.final String
QUrl.fragment
(QUrl.ComponentFormattingOption... options) Overloaded function forQUrl.fragment(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrl.host
(QUrl.ComponentFormattingOption... arg__1) Overloaded function forQUrl.host(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrl.password
(QUrl.ComponentFormattingOption... arg__1) Overloaded function forQUrl.password(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrl.path
(QUrl.ComponentFormattingOption... options) Overloaded function forQUrl.path(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrl.query
(QUrl.ComponentFormattingOption... arg__1) Overloaded function forQUrl.query(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrlQuery.query
(QUrl.ComponentFormattingOption... encoding) Overloaded function forQUrlQuery.query(io.qt.core.QUrl.ComponentFormattingOptions)
.QUrlQuery.queryItems
(QUrl.ComponentFormattingOption... encoding) Overloaded function forQUrlQuery.queryItems(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrlQuery.queryItemValue
(String key, QUrl.ComponentFormattingOption... encoding) Overloaded function forQUrlQuery.queryItemValue(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions)
.QUrl.ComponentFormattingOptions.setFlag
(QUrl.ComponentFormattingOption e) Sets the flage
QUrl.ComponentFormattingOptions.setFlag
(QUrl.ComponentFormattingOption e, boolean on) Sets or clears the flagflag
final String
QUrlQuery.toString
(QUrl.ComponentFormattingOption... encoding) Overloaded function forQUrlQuery.toString(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrl.userInfo
(QUrl.ComponentFormattingOption... options) Overloaded function forQUrl.userInfo(io.qt.core.QUrl.ComponentFormattingOptions)
.final String
QUrl.userName
(QUrl.ComponentFormattingOption... options) Overloaded function forQUrl.userName(io.qt.core.QUrl.ComponentFormattingOptions)
.Constructors in io.qt.core with parameters of type QUrl.ComponentFormattingOptionModifierConstructorDescriptionCreates 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.ComponentFormattingOptionModifier and TypeMethodDescriptionfinal String
QHstsPolicy.host
(QUrl.ComponentFormattingOption... options) Overloaded function forQHstsPolicy.host(io.qt.core.QUrl.ComponentFormattingOptions)
.