Class QUrlQuery
- All Implemented Interfaces:
QtObjectInterface,Cloneable
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddQueryItem(String key, String value) final QStringListallQueryItemValues(String key) Overloaded function forallQueryItemValues(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0).final QStringListallQueryItemValues(String key, QUrl.ComponentFormattingOption ... encoding) Overloaded function forallQueryItemValues(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions).final QStringListallQueryItemValues(String key, QUrl.ComponentFormattingOptions encoding) final voidfinal voidclear()clone()Creates and returns a copy of this object.static charstatic charfinal booleanbooleaninthashCode()Returns the objects's hash code computed byqHash(QUrlQuery).final booleanhasQueryItem(String key) final booleanSeeQUrlQuery::isDetached()const final booleanisEmpty()final Stringquery()Overloaded function forquery(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0).final Stringquery(QUrl.ComponentFormattingOption ... encoding) Overloaded function forquery(io.qt.core.QUrl.ComponentFormattingOptions).final Stringquery(QUrl.ComponentFormattingOptions encoding) Overloaded function forqueryItems(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0).queryItems(QUrl.ComponentFormattingOption ... encoding) Overloaded function forqueryItems(io.qt.core.QUrl.ComponentFormattingOptions).queryItems(QUrl.ComponentFormattingOptions encoding) final StringqueryItemValue(String key) Overloaded function forqueryItemValue(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0).final StringqueryItemValue(String key, QUrl.ComponentFormattingOption ... encoding) Overloaded function forqueryItemValue(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions).final StringqueryItemValue(String key, QUrl.ComponentFormattingOptions encoding) final charfinal charfinal voidfinal voidremoveQueryItem(String key) final voidfinal voidsetQueryDelimiters(char valueDelimiter, char pairDelimiter) final voidsetQueryItems(Collection<? extends QPair<String, String>> query) final voidfinal StringtoString()Overloaded function fortoString(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0).final StringtoString(QUrl.ComponentFormattingOption ... encoding) Overloaded function fortoString(io.qt.core.QUrl.ComponentFormattingOptions).final StringtoString(QUrl.ComponentFormattingOptions encoding) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QUrlQuery
public QUrlQuery() -
QUrlQuery
-
QUrlQuery
-
QUrlQuery
-
QUrlQuery
- Parameters:
list-
-
-
Method Details
-
addQueryItem
- Parameters:
key-value-
-
allQueryItemValues
@QtUninvokable public final QStringList allQueryItemValues(String key, QUrl.ComponentFormattingOptions encoding) - Parameters:
key-encoding-- Returns:
-
clear
-
hasQueryItem
- Parameters:
key-- Returns:
-
isDetached
-
isEmpty
-
assign
- Parameters:
other-
-
equals
- Parameters:
rhs-- Returns:
-
query
- Parameters:
encoding-- Returns:
-
queryItemValue
@QtUninvokable public final String queryItemValue(String key, QUrl.ComponentFormattingOptions encoding) - Parameters:
key-encoding-- Returns:
-
queryItems
@QtUninvokable public final QList<QPair<String,String>> queryItems(QUrl.ComponentFormattingOptions encoding) - Parameters:
encoding-- Returns:
-
queryPairDelimiter
- Returns:
-
queryValueDelimiter
- Returns:
-
removeAllQueryItems
- Parameters:
key-
-
removeQueryItem
- Parameters:
key-
-
setQuery
- Parameters:
queryString-
-
setQueryDelimiters
- Parameters:
valueDelimiter-pairDelimiter-
-
setQueryItems
- Parameters:
query-
-
swap
- Parameters:
other-
-
toString
- Parameters:
encoding-- Returns:
-
defaultQueryPairDelimiter
-
defaultQueryValueDelimiter
public static char defaultQueryValueDelimiter()- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QUrlQuery). -
clone
Creates and returns a copy of this object.
-
allQueryItemValues
Overloaded function for
allQueryItemValues(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0). -
allQueryItemValues
@QtUninvokable public final QStringList allQueryItemValues(String key, QUrl.ComponentFormattingOption ... encoding) Overloaded function for
allQueryItemValues(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions). -
query
Overloaded function for
query(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0). -
query
Overloaded function for
query(io.qt.core.QUrl.ComponentFormattingOptions). -
queryItemValue
Overloaded function for
queryItemValue(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0). -
queryItemValue
@QtUninvokable public final String queryItemValue(String key, QUrl.ComponentFormattingOption ... encoding) Overloaded function for
queryItemValue(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions). -
queryItems
Overloaded function for
queryItems(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0). -
queryItems
@QtUninvokable public final QList<QPair<String,String>> queryItems(QUrl.ComponentFormattingOption ... encoding) Overloaded function for
queryItems(io.qt.core.QUrl.ComponentFormattingOptions). -
toString
Overloaded function for
toString(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0). -
toString
Overloaded function for
toString(io.qt.core.QUrl.ComponentFormattingOptions).
-