Class QWebEngineCookieStore.FilterRequest

java.lang.Object
io.qt.internal.QtJambiObject
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
     
    boolean
    equals(Object other)
    Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.
    final io.qt.core.QUrl
    URL that was navigated to
    int
     
    final io.qt.core.QUrl
    URL of the script or content accessing a cookie
    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