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 TypeMethodDescriptionfinal booleanfinal shortclone()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 tofinal booleanKotlin property getter.final shortKotlin property getter.final QUrlKotlin property getter.final QUrlKotlin property getter.final booleanKotlin property getter.inthashCode()final QUrlorigin()URL of the script or content accessing a cookiefinal voidset_reservedFlag(boolean _reservedFlag) final voidset_reservedType(short _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() -
FilterRequest
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
set_reservedFlag
-
get_reservedFlag
Kotlin property getter. In Java use
_reservedFlag()instead. -
_reservedFlag
-
set_reservedType
-
get_reservedType
Kotlin property getter. In Java use
_reservedType()instead. -
_reservedType
-
setFirstPartyUrl
URL that was navigated to
-
getFirstPartyUrl
Kotlin property getter. In Java use
firstPartyUrl()instead. -
firstPartyUrl
URL that was navigated to
-
setOrigin
URL of the script or content accessing a cookie
-
getOrigin
Kotlin property getter. In Java use
origin()instead. -
origin
URL of the script or content accessing a cookie
-
setThirdParty
Whether this is considered a third-party access
-
getThirdParty
Kotlin property getter. In Java use
thirdParty()instead. -
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
-