java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineQuotaRequest
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Enables accepting or rejecting requests for larger persistent storage than the application's current allocation in File System API
Java wrapper for Qt class QWebEngineQuotaRequest
- Since:
- This class was introduced in Qt 5.11.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQWebEngineQuotaRequest::QWebEngineQuotaRequest() SeeQWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaccept()clone()Creates and returns a copy of this object.final booleanequals(QWebEngineQuotaRequest that) booleaninthashCode()Returns the objects's hash code computed byqHash(QWebEngineQuotaRequest).final QUrlorigin()final voidreject()final longMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineQuotaRequest
public QWebEngineQuotaRequest()See
QWebEngineQuotaRequest::QWebEngineQuotaRequest() -
QWebEngineQuotaRequest
See
QWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest) - Parameters:
other-
-
-
Method Details
-
accept
public final void accept() -
equals
- Parameters:
that-- Returns:
-
origin
- Returns:
-
reject
public final void reject() -
requestedSize
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QWebEngineQuotaRequest). -
clone
Creates and returns a copy of this object.
See
QWebEngineQuotaRequest::QWebEngineQuotaRequest(QWebEngineQuotaRequest)
-