Class QWebEngineQuotaRequest

java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineQuotaRequest
All Implemented Interfaces:
io.qt.QtObjectInterface, Cloneable

public class QWebEngineQuotaRequest extends io.qt.QtObject implements Cloneable

Java wrapper for Qt class QWebEngineQuotaRequest

  • Nested Class Summary

    Nested classes/interfaces inherited from class io.qt.QtObject

    io.qt.QtObject.QPrivateConstructor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.qt.core.QMetaObject
    This variable stores the meta-object for the class.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Requesting host quota is no longer supported.
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    See QWebEngineQuotaRequest::accept()
    Creates and returns a copy of this object.
    boolean
    equals(Object other)
    See QWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const
    final io.qt.core.QUrl
    Kotlin property getter.
    final long
    Kotlin property getter.
    int
    Returns the objects's hash code computed by qHash(QWebEngineQuotaRequest).
    final io.qt.core.QUrl
    See QWebEngineQuotaRequest::origin()const
    final void
    See QWebEngineQuotaRequest::reject()
    final long
    See QWebEngineQuotaRequest::requestedSize()const

    Methods inherited from class io.qt.QtObject

    dispose, isDisposed

    Methods inherited from class java.lang.Object

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

    • staticMetaObject

      public static final io.qt.core.QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QWebEngineQuotaRequest

      @Deprecated public QWebEngineQuotaRequest()
      Deprecated.
      Requesting host quota is no longer supported.

      See QWebEngineQuotaRequest::QWebEngineQuotaRequest()

  • Method Details

    • accept

      public final void accept()

      See QWebEngineQuotaRequest::accept()

    • origin

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

      See QWebEngineQuotaRequest::origin()const

    • reject

      public final void reject()

      See QWebEngineQuotaRequest::reject()

    • requestedSize

      @QtUninvokable public final long requestedSize()

      See QWebEngineQuotaRequest::requestedSize()const

    • equals

      @QtUninvokable public boolean equals(Object other)

      See QWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const

      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()
      Returns the objects's hash code computed by qHash(QWebEngineQuotaRequest).
      Overrides:
      hashCode in class Object
    • clone

      @QtUninvokable public QWebEngineQuotaRequest clone()

      Creates and returns a copy of this object.

      Overrides:
      clone in class Object
    • getOrigin

      @QtUninvokable public final io.qt.core.QUrl getOrigin()

      Kotlin property getter. In Java use origin() instead.

    • getRequestedSize

      @QtUninvokable public final long getRequestedSize()

      Kotlin property getter. In Java use requestedSize() instead.