java.lang.Object
io.qt.QtObject
io.qt.test.QTest.QBenchmarkIterationController
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QTest
Java wrapper for Qt class QTest::QBenchmarkIterationController
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQTest::QBenchmarkIterationController::RunMode
-
Constructor Summary
ConstructorDescriptionSeeQTest::QBenchmarkIterationController::
QBenchmarkIterationController() SeeQTest::QBenchmarkIterationController::
QBenchmarkIterationController(QTest::QBenchmarkIterationController) SeeQTest::QBenchmarkIterationController::
QBenchmarkIterationController(QTest::QBenchmarkIterationController::RunMode) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
i()
SeeQTest::QBenchmarkIterationController::
i final boolean
isDone()
SeeQTest::QBenchmarkIterationController::
isDone() final void
next()
SeeQTest::QBenchmarkIterationController::
next() final void
setI
(int i) SeeQTest::QBenchmarkIterationController::
i Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QBenchmarkIterationController
public QBenchmarkIterationController()See
QTest::QBenchmarkIterationController::
QBenchmarkIterationController() -
QBenchmarkIterationController
See
QTest::QBenchmarkIterationController::
QBenchmarkIterationController(QTest::QBenchmarkIterationController) -
QBenchmarkIterationController
See
QTest::QBenchmarkIterationController::
QBenchmarkIterationController(QTest::QBenchmarkIterationController::RunMode)
-
-
Method Details
-
isDone
See
QTest::QBenchmarkIterationController::
isDone() -
next
See
QTest::QBenchmarkIterationController::
next() -
setI
See
QTest::QBenchmarkIterationController::
i -
i
See
QTest::QBenchmarkIterationController::
i -
clone
Creates and returns a copy of this object.
See
QTest::QBenchmarkIterationController::
QBenchmarkIterationController(QTest::QBenchmarkIterationController)
-