java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineCookieStore.FilterRequest
- All Implemented Interfaces:
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
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed 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.final QUrlURL that was navigated tointhashCode()final QUrlorigin()URL of the script or content accessing a cookiefinal voidsetFirstPartyUrl(QUrl firstPartyUrl) URL that was navigated tofinal voidURL 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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setFirstPartyUrl
URL that was navigated to
-
firstPartyUrl
URL that was navigated to
-
setOrigin
URL of the script or content accessing a cookie
-
origin
URL of the script or content accessing a cookie
-
setThirdParty
Whether this is considered a third-party access
-
thirdParty
Whether this is considered a third-party access
-
equals
Description copied from class:io.qt.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
-