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.
    • QWebEngineQuotaRequest

      protected QWebEngineQuotaRequest(QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details

    • accept

      public final void accept()
    • getOrigin

      @QtUninvokable public final QUrl getOrigin()

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

    • origin

      @QtUninvokable public final QUrl origin()
    • reject

      public final void reject()
    • getRequestedSize

      @QtUninvokable public final long getRequestedSize()

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

    • requestedSize

      @QtUninvokable public final long requestedSize()
    • equals

      @QtUninvokable public boolean equals(Object other)
      Description copied from class: 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 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

      Overrides:
      clone in class Object