java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineQuotaRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QWebEngineQuotaRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
accept()
SeeQWebEngineQuotaRequest::
accept() clone()
Creates and returns a copy of this object.boolean
SeeQWebEngineQuotaRequest::
operator==(QWebEngineQuotaRequest)const final QUrl
Kotlin property getter.final long
Kotlin property getter.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()
-
-
Method Details
-
accept
public final void accept()See
QWebEngineQuotaRequest::
accept() -
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.
-
getOrigin
Kotlin property getter. In Java use
origin()
instead. -
getRequestedSize
Kotlin property getter. In Java use
requestedSize()
instead.
-