java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.webengine.core.QWebEngineCookieStore.FilterRequest
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
- Enclosing class:
QWebEngineCookieStore
QWebEngineCookieStore::FilterRequest struct is used in conjunction with QWebEngineCookieStore::setCookieFilter() and is the type filterCallback operates on
Java wrapper for Qt's class QWebEngineCookieStore::FilterRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFilterRequest(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final io.qt.core.QUrlURL that was navigated tointhashCode()final io.qt.core.QUrlorigin()URL of the script or content accessing a cookiefinal voidsetFirstPartyUrl(io.qt.core.QUrl firstPartyUrl) URL that was navigated tofinal voidsetOrigin(io.qt.core.QUrl origin) URL of the script or content accessing a cookiefinal voidsetThirdParty(boolean thirdParty) Whether this is considered a third-party accessfinal booleanWhether this is considered a third-party accessMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
FilterRequest
public FilterRequest() -
FilterRequest
protected FilterRequest(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setFirstPartyUrl
@QtUninvokable public final void setFirstPartyUrl(io.qt.core.QUrl firstPartyUrl) URL that was navigated to
-
firstPartyUrl
@QtUninvokable public final io.qt.core.QUrl firstPartyUrl()URL that was navigated to
-
setOrigin
@QtUninvokable public final void setOrigin(io.qt.core.QUrl origin) URL of the script or content accessing a cookie
-
origin
@QtUninvokable public final io.qt.core.QUrl origin()URL of the script or content accessing a cookie
-
setThirdParty
@QtUninvokable public final void setThirdParty(boolean thirdParty) Whether this is considered a third-party access
-
thirdParty
@QtUninvokable public final boolean thirdParty()Whether this is considered a third-party access
-
equals
Description copied from class:io.qt.QtObjectUsed 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-