java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineQuotaRequest
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Java wrapper for Qt class QWebEngineQuotaRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Requesting host quota is no longer supported.SeeQWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaccept()SeeQWebEngineQuotaRequest::accept() clone()Creates and returns a copy of this object.final booleanequals(QWebEngineQuotaRequest arg__1) SeeQWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const booleanSeeQWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const inthashCode()Returns the objects's hash code computed byqHash(QWebEngineQuotaRequest).final QUrlorigin()SeeQWebEngineQuotaRequest::origin()const final voidreject()SeeQWebEngineQuotaRequest::reject() final longSeeQWebEngineQuotaRequest::requestedSize()const Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineQuotaRequest
Deprecated.Requesting host quota is no longer supported.See
QWebEngineQuotaRequest::QWebEngineQuotaRequest() -
QWebEngineQuotaRequest
See
QWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest)
-
-
Method Details
-
accept
public final void accept()See
QWebEngineQuotaRequest::accept() -
equals
See
QWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const -
origin
See
QWebEngineQuotaRequest::origin()const -
reject
public final void reject()See
QWebEngineQuotaRequest::reject() -
requestedSize
See
QWebEngineQuotaRequest::requestedSize()const -
equals
See
QWebEngineQuotaRequest::operator==(QWebEngineQuotaRequest)const -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineQuotaRequest). -
clone
Creates and returns a copy of this object.
See
QWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest)
-