java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineFindTextResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Encapsulates the result of a string search on a page
Java wrapper for Qt class QWebEngineFindTextResult
-
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
ConstructorDescriptionSeeQWebEngineFindTextResult::
QWebEngineFindTextResult() SeeQWebEngineFindTextResult::
QWebEngineFindTextResult(QWebEngineFindTextResult) -
Method Summary
Modifier and TypeMethodDescriptionfinal int
final void
assign
(QWebEngineFindTextResult other) SeeQWebEngineFindTextResult::
operator=(QWebEngineFindTextResult) clone()
Creates and returns a copy of this object.boolean
Seeoperator==(QWebEngineFindTextResult,
QWebEngineFindTextResult) final int
Kotlin property getter.final int
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineFindTextResult)
.final int
final void
set
(QWebEngineFindTextResult other) Deprecated.Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineFindTextResult
public QWebEngineFindTextResult()See
QWebEngineFindTextResult::
QWebEngineFindTextResult() -
QWebEngineFindTextResult
See
QWebEngineFindTextResult::
QWebEngineFindTextResult(QWebEngineFindTextResult)
-
-
Method Details
-
activeMatch
-
numberOfMatches
-
assign
See
QWebEngineFindTextResult::
operator=(QWebEngineFindTextResult) -
equals
See
operator==(QWebEngineFindTextResult,
QWebEngineFindTextResult) -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineFindTextResult)
. -
clone
Creates and returns a copy of this object.
-
getActiveMatch
Kotlin property getter. In Java use
activeMatch()
instead. -
getNumberOfMatches
Kotlin property getter. In Java use
numberOfMatches()
instead. -
set
Deprecated.
-
assign(io.qt.webengine.core.QWebEngineFindTextResult)
instead.