java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineQuotaRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QWebEngineQuotaRequest
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionDeprecated.Requesting host quota is no longer supported.SeeQWebEngineQuotaRequest::
QWebEngineQuotaRequest(QWebEngineQuotaRequest) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
accept()
SeeQWebEngineQuotaRequest::
accept() clone()
Creates and returns a copy of this object.final boolean
equals
(QWebEngineQuotaRequest arg__1) SeeQWebEngineQuotaRequest::
operator==(QWebEngineQuotaRequest)const boolean
SeeQWebEngineQuotaRequest::
operator==(QWebEngineQuotaRequest)const int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineQuotaRequest)
.final QUrl
origin()
SeeQWebEngineQuotaRequest::
origin()const final void
reject()
SeeQWebEngineQuotaRequest::
reject() final long
SeeQWebEngineQuotaRequest::
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) - Parameters:
other
-
-
-
Method Details
-
accept
public final void accept()See
QWebEngineQuotaRequest::
accept() -
equals
See
QWebEngineQuotaRequest::
operator==(QWebEngineQuotaRequest)const - Parameters:
arg__1
-- Returns:
-
origin
See
QWebEngineQuotaRequest::
origin()const - Returns:
-
reject
public final void reject()See
QWebEngineQuotaRequest::
reject() -
requestedSize
See
QWebEngineQuotaRequest::
requestedSize()const - Returns:
-
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)
-