Module qtjambi.test
Package io.qt.test

Class QTest.QBenchmarkIterationController

java.lang.Object
io.qt.QtObject
io.qt.test.QTest.QBenchmarkIterationController
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QTest

public static class QTest.QBenchmarkIterationController extends QtObject implements Cloneable

Java wrapper for Qt class QTest::QBenchmarkIterationController

  • Constructor Details

    • QBenchmarkIterationController

      public QBenchmarkIterationController()

      See QTest::QBenchmarkIterationController::QBenchmarkIterationController()

    • QBenchmarkIterationController

      public QBenchmarkIterationController(QTest.QBenchmarkIterationController other)

      See QTest::QBenchmarkIterationController::QBenchmarkIterationController(QTest::QBenchmarkIterationController)

    • QBenchmarkIterationController

      public QBenchmarkIterationController(QTest.QBenchmarkIterationController.RunMode runMode)

      See QTest::QBenchmarkIterationController::QBenchmarkIterationController(QTest::QBenchmarkIterationController::RunMode)

  • Method Details

    • isDone

      @QtUninvokable public final boolean isDone()

      See QTest::QBenchmarkIterationController::isDone()

    • next

      @QtUninvokable public final void next()

      See QTest::QBenchmarkIterationController::next()

    • setI

      @QtUninvokable public final void setI(int i)

      See QTest::QBenchmarkIterationController::i

    • i

      @QtUninvokable public final int i()

      See QTest::QBenchmarkIterationController::i

    • clone

      Creates and returns a copy of this object.

      See QTest::QBenchmarkIterationController::QBenchmarkIterationController(QTest::QBenchmarkIterationController)

      Overrides:
      clone in class Object