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()

      See QTestEventLoop::QTestEventLoop()

  • 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)

    • 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()