java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineQuotaRequest
- All Implemented Interfaces:
io.qt.QtObjectInterface,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
FieldsModifier and TypeFieldDescriptionstatic final io.qt.core.QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Requesting host quota is no longer supported. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaccept()SeeQWebEngineQuotaRequest::accept() clone()Creates and returns a copy of this object.booleanSeeQWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const final io.qt.core.QUrlKotlin property getter.final longKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QWebEngineQuotaRequest).final io.qt.core.QUrlorigin()SeeQWebEngineQuotaRequest::origin()const final voidreject()SeeQWebEngineQuotaRequest::reject() final longSeeQWebEngineQuotaRequest::requestedSize()const Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
public static final io.qt.core.QMetaObject staticMetaObjectThis variable stores the meta-object for the class.
-
-
Constructor Details
-
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
See
QWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const - Overrides:
equalsin classio.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 byqHash(QWebEngineQuotaRequest). -
clone
Creates and returns a copy of this 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.
-