Class QWebEngineQuotaRequest

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

public class QWebEngineQuotaRequest extends QtObject implements Cloneable

Java wrapper for Qt class QWebEngineQuotaRequest

  • Field Details

    • staticMetaObject

      public static final 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()

    • QWebEngineQuotaRequest

      public QWebEngineQuotaRequest(QWebEngineQuotaRequest other)

      See QWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest)

  • Method Details

    • accept

      public final void accept()

      See QWebEngineQuotaRequest::accept()

    • equals

      @QtUninvokable public final boolean equals(QWebEngineQuotaRequest arg__1)

      See QWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const

    • origin

      @QtUninvokable public final 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 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

      Creates and returns a copy of this object.

      See QWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest)

      Overrides:
      clone in class Object