- 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 TypeMethodDescriptionfinal booleanfinal shortclone()Creates and returns a copy of this object.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 io.qt.core.QUrlURL that was navigated tofinal booleanKotlin property getter.final shortKotlin property getter.final io.qt.core.QUrlKotlin property getter.final io.qt.core.QUrlKotlin property getter.final booleanKotlin property getter.inthashCode()final io.qt.core.QUrlorigin()URL of the script or content accessing a cookiefinal voidset_reservedFlag(boolean _reservedFlag) final voidset_reservedType(short _reservedType) final 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
-
set_reservedFlag
@QtUninvokable public final void set_reservedFlag(boolean _reservedFlag) -
get_reservedFlag
@QtUninvokable public final boolean get_reservedFlag()Kotlin property getter. In Java use
_reservedFlag()instead. -
_reservedFlag
@QtUninvokable public final boolean _reservedFlag() -
set_reservedType
@QtUninvokable public final void set_reservedType(short _reservedType) -
get_reservedType
@QtUninvokable public final short get_reservedType()Kotlin property getter. In Java use
_reservedType()instead. -
_reservedType
@QtUninvokable public final short _reservedType() -
setFirstPartyUrl
@QtUninvokable public final void setFirstPartyUrl(io.qt.core.QUrl firstPartyUrl) URL that was navigated to
-
getFirstPartyUrl
@QtUninvokable public final io.qt.core.QUrl getFirstPartyUrl()Kotlin property getter. In Java use
firstPartyUrl()instead. -
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
-
getOrigin
@QtUninvokable public final io.qt.core.QUrl getOrigin()Kotlin property getter. In Java use
origin()instead. -
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
-
getThirdParty
@QtUninvokable public final boolean getThirdParty()Kotlin property getter. In Java use
thirdParty()instead. -
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 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
Creates and returns a copy of this object.
-