- All Implemented Interfaces:
QtObjectInterface,Cloneable
Way to manipulate a key-value pairs in a URL's query
Java wrapper for Qt's class QUrlQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
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 voidclear()clone()static charstatic charbooleanUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.inthashCode()final booleanhasQueryItem(String key) final booleanfinal 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
-
QUrlQuery
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
addQueryItem
-
allQueryItemValues
@QtUninvokable public final QStringList allQueryItemValues(String key, QUrl.ComponentFormattingOption... encoding) Overloaded function for
allQueryItemValues(java.lang.String, io.qt.core.QUrl.ComponentFormattingOptions). -
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.ComponentFormattingOptions encoding) -
clear
-
hasQueryItem
-
isDetached
-
isEmpty
-
query
Overloaded function for
query(io.qt.core.QUrl.ComponentFormattingOptions). -
query
Overloaded function for
query(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0). -
query
-
queryItemValue
@QtUninvokable public final String queryItemValue(String key, QUrl.ComponentFormattingOption... encoding) Overloaded function for
queryItemValue(java.lang.String, 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.ComponentFormattingOptions encoding) -
queryItems
@QtUninvokable public final QList<QPair<String,String>> queryItems(QUrl.ComponentFormattingOption... encoding) Overloaded function for
queryItems(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.ComponentFormattingOptions encoding) -
queryPairDelimiter
-
queryValueDelimiter
-
removeAllQueryItems
-
removeQueryItem
-
setQuery
-
setQueryDelimiters
-
setQueryItems
-
swap
-
toString
Overloaded function for
toString(io.qt.core.QUrl.ComponentFormattingOptions). -
toString
Overloaded function for
toString(io.qt.core.QUrl.ComponentFormattingOptions)withencoding = new io.qt.core.QUrl.ComponentFormattingOptions(0). -
toString
-
defaultQueryPairDelimiter
public static char defaultQueryPairDelimiter() -
defaultQueryValueDelimiter
public static char defaultQueryValueDelimiter() -
equals
Description copied from class:QtObjectUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-