- 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 class QWebEngineCookieStore::FilterRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanSeeQWebEngineCookieStore::FilterRequest::_reservedFlag final shortSeeQWebEngineCookieStore::FilterRequest::_reservedType clone()Creates and returns a copy of this object.booleanSeeoperator==(QWebEngineCookieStore::FilterRequest,QWebEngineCookieStore::FilterRequest) final QUrlURL that was navigated tofinal booleanKotlin property getter.final shortKotlin property getter.final QUrlKotlin property getter.final QUrlKotlin property getter.final booleanKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QWebEngineCookieStore::FilterRequest).final QUrlorigin()URL of the script or content accessing a cookiefinal voidset_reservedFlag(boolean _reservedFlag) SeeQWebEngineCookieStore::FilterRequest::_reservedFlag final voidset_reservedType(short _reservedType) SeeQWebEngineCookieStore::FilterRequest::_reservedType final 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()See
QWebEngineCookieStore::FilterRequest::FilterRequest()
-
-
Method Details
-
set_reservedFlag
See
QWebEngineCookieStore::FilterRequest::_reservedFlag -
_reservedFlag
See
QWebEngineCookieStore::FilterRequest::_reservedFlag -
set_reservedType
See
QWebEngineCookieStore::FilterRequest::_reservedType -
_reservedType
See
QWebEngineCookieStore::FilterRequest::_reservedType -
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
See
operator==(QWebEngineCookieStore::FilterRequest,QWebEngineCookieStore::FilterRequest) -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineCookieStore::FilterRequest). -
clone
Creates and returns a copy of this object.
-
get_reservedFlag
Kotlin property getter. In Java use
_reservedFlag()instead. -
get_reservedType
Kotlin property getter. In Java use
_reservedType()instead. -
getFirstPartyUrl
Kotlin property getter. In Java use
firstPartyUrl()instead. -
getOrigin
Kotlin property getter. In Java use
origin()instead. -
getThirdParty
Kotlin property getter. In Java use
thirdParty()instead.
-