Class QWebEngineCookieStore.FilterRequest

java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineCookieStore.FilterRequest
All Implemented Interfaces:
io.qt.QtObjectInterface, Cloneable
Enclosing class:
QWebEngineCookieStore

public static class QWebEngineCookieStore.FilterRequest extends io.qt.QtObject implements Cloneable

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

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    FilterRequest(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
     
    final short
     
    Creates and returns a copy of this object.
    boolean
    equals(Object other)
    Used 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.QUrl
    URL that was navigated to
    final boolean
    Kotlin property getter.
    final short
    Kotlin property getter.
    final io.qt.core.QUrl
    Kotlin property getter.
    final io.qt.core.QUrl
    Kotlin property getter.
    final boolean
    Kotlin property getter.
    int
     
    final io.qt.core.QUrl
    URL of the script or content accessing a cookie
    final void
    set_reservedFlag(boolean _reservedFlag)
     
    final void
    set_reservedType(short _reservedType)
     
    final void
    setFirstPartyUrl(io.qt.core.QUrl firstPartyUrl)
    URL that was navigated to
    final void
    setOrigin(io.qt.core.QUrl origin)
    URL of the script or content accessing a cookie
    final void
    setThirdParty(boolean thirdParty)
    Whether this is considered a third-party access
    final boolean
    Whether this is considered a third-party access

    Methods inherited from class io.qt.QtObject

    dispose, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FilterRequest

      public FilterRequest()
    • FilterRequest

      protected FilterRequest(io.qt.QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • 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)
    • 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()
    • setOrigin

      @QtUninvokable public final void setOrigin(io.qt.core.QUrl origin)

      URL of the script or content accessing a cookie

      See QWebEngineCookieStore::FilterRequest::origin

    • 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

      See QWebEngineCookieStore::FilterRequest::origin

    • setThirdParty

      @QtUninvokable public final void setThirdParty(boolean thirdParty)

      Whether this is considered a third-party access

      See QWebEngineCookieStore::FilterRequest::thirdParty

    • 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

      See QWebEngineCookieStore::FilterRequest::thirdParty

    • equals

      @QtUninvokable public boolean equals(Object other)
      Description copied from class: io.qt.QtObject
      Used 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:
      equals in class io.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()
      Overrides:
      hashCode in class Object
    • clone

      @QtUninvokable public QWebEngineCookieStore.FilterRequest clone()

      Creates and returns a copy of this object.

      Overrides:
      clone in class Object