Class QTest.QBenchmarkIterationController
java.lang.Object
io.qt.QtObject
io.qt.test.QTest.QBenchmarkIterationController
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQTest::QBenchmarkIterationController::RunMode -
Constructor Summary
ConstructorsConstructorDescriptionSeeQTest::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 inti()SeeQTest::QBenchmarkIterationController::i final booleanisDone()SeeQTest::QBenchmarkIterationController::isDone()const final voidnext()SeeQTest::QBenchmarkIterationController::next() final voidsetI(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) - Parameters:
other-
-
QBenchmarkIterationController
See
QTest::QBenchmarkIterationController::QBenchmarkIterationController(QTest::QBenchmarkIterationController::RunMode) - Parameters:
runMode-
-
-
Method Details
-
isDone
See
QTest::QBenchmarkIterationController::isDone()const - Returns:
-
next
See
QTest::QBenchmarkIterationController::next() -
setI
See
QTest::QBenchmarkIterationController::i - Parameters:
i-
-
i
-
clone
Creates and returns a copy of this object.
See
QTest::QBenchmarkIterationController::QBenchmarkIterationController(QTest::QBenchmarkIterationController)
-