- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanSeeQWebEngineCookieStore::FilterRequest::_reservedFlag final shortSeeQWebEngineCookieStore::FilterRequest::_reservedType clone()Creates and returns a copy of this object.final booleanSeeoperator==(QWebEngineCookieStore::FilterRequest,QWebEngineCookieStore::FilterRequest) booleanSeeoperator==(QWebEngineCookieStore::FilterRequest,QWebEngineCookieStore::FilterRequest) final QUrlURL that was navigated tointhashCode()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 voidsetFirstPartyUrl(String firstPartyUrl) Overloaded function forsetFirstPartyUrl(io.qt.core.QUrl).final voidURL of the script or content accessing a cookiefinal voidOverloaded function forsetOrigin(io.qt.core.QUrl).final 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
-
equals
See
operator==(QWebEngineCookieStore::FilterRequest,QWebEngineCookieStore::FilterRequest) -
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.
-
setFirstPartyUrl
Overloaded function for
setFirstPartyUrl(io.qt.core.QUrl). -
setOrigin
Overloaded function for
setOrigin(io.qt.core.QUrl).
-