Module qtjambi.test
Package io.qt.test

Class QTestEventLoop

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public class QTestEventLoop extends QObject

Java wrapper for Qt class QTestEventLoop

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QTestEventLoop

      public QTestEventLoop(QObject parent)

      See QTestEventLoop::QTestEventLoop(QObject*)

    • QTestEventLoop

      public QTestEventLoop()

      Overloaded constructor for QTestEventLoop(io.qt.core.QObject) with parent = null.

  • Method Details

    • changeInterval

      @QtUninvokable public final void changeInterval(int secs)

      See QTestEventLoop::changeInterval(int)

    • enterLoop

      @QtUninvokable public final void enterLoop(int secs)

      See QTestEventLoop::enterLoop(int)

    • enterLoop

      @QtUninvokable public final void enterLoop(TemporalAmount msecs)

      See QTestEventLoop::enterLoop(std::chrono::milliseconds)

    • enterLoopMSecs

      @QtUninvokable public final void enterLoopMSecs(int ms)

      See QTestEventLoop::enterLoopMSecs(int)

    • exitLoop

      public final void exitLoop()

      See QTestEventLoop::exitLoop()

    • timeout

      @QtUninvokable public final boolean timeout()

      See QTestEventLoop::timeout()const

    • timerEvent

      @QtUninvokable protected void timerEvent(QTimerEvent e)

      See QObject::timerEvent(QTimerEvent*)

      Overrides:
      timerEvent in class QObject
    • instance

      public static QTestEventLoop instance()

      See QTestEventLoop::instance()