- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QUrlQuery extends QtObject implements Cloneable
Way to manipulate a key-value pairs in a URL's query
Java wrapper for Qt class QUrlQuery
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
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:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-