Module qtjambi
Package io.qt.core

Class QFutureWatcherBase

java.lang.Object
io.qt.QtObject
io.qt.core.QObject
io.qt.core.QFutureWatcherBase
All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface
Direct Known Subclasses:
QFutureWatcher

public abstract class QFutureWatcherBase extends QObject

Java wrapper for Qt class QFutureWatcherBase

The following private function is pure virtual in Qt and thus has to be implemented in derived Java classes by using the @QtPrivateOverride annotation:


@QtPrivateOverride
    @QtUninvokable
    private io.qt.core.@StrictNonNull QFutureInterfaceBase futureInterface() {...}
  • Field Details

  • Constructor Details

    • QFutureWatcherBase

      public QFutureWatcherBase(QObject parent)

      See QFutureWatcherBase::QFutureWatcherBase(QObject*)

    • QFutureWatcherBase

      public QFutureWatcherBase()

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

  • Method Details

    • cancel

      public final void cancel()

      See QFutureWatcherBase::cancel()

    • connectOutputInterface

      @QtUninvokable protected final void connectOutputInterface()

      See QFutureWatcherBase::connectOutputInterface()

    • disconnectOutputInterface

      @QtUninvokable protected final void disconnectOutputInterface(boolean pendingAssignment)

      See QFutureWatcherBase::disconnectOutputInterface(bool)

    • isCanceled

      @QtUninvokable public final boolean isCanceled()

      See QFutureWatcherBase::isCanceled()const

    • isFinished

      @QtUninvokable public final boolean isFinished()

      See QFutureWatcherBase::isFinished()const

    • isPaused

      @QtUninvokable public final boolean isPaused()

      See QFutureWatcherBase::isPaused()const

    • isRunning

      @QtUninvokable public final boolean isRunning()

      See QFutureWatcherBase::isRunning()const

    • isStarted

      @QtUninvokable public final boolean isStarted()

      See QFutureWatcherBase::isStarted()const

    • pause

      public final void pause()

      See QFutureWatcherBase::pause()

    • progressMaximum

      @QtUninvokable public final int progressMaximum()

      See QFutureWatcherBase::progressMaximum()const

    • progressMinimum

      @QtUninvokable public final int progressMinimum()

      See QFutureWatcherBase::progressMinimum()const

    • progressText

      @QtUninvokable public final String progressText()

      See QFutureWatcherBase::progressText()const

    • progressValue

      @QtUninvokable public final int progressValue()

      See QFutureWatcherBase::progressValue()const

    • resume

      public final void resume()

      See QFutureWatcherBase::resume()

    • setPaused

      public final void setPaused(boolean paused)

      See QFutureWatcherBase::setPaused(bool)

    • setPendingResultsLimit

      @QtUninvokable public final void setPendingResultsLimit(int limit)

      See QFutureWatcherBase::setPendingResultsLimit(int)

    • togglePaused

      public final void togglePaused()

      See QFutureWatcherBase::togglePaused()

    • waitForFinished

      @QtUninvokable public final void waitForFinished()

      See QFutureWatcherBase::waitForFinished()

    • connectNotify

      @QtUninvokable protected void connectNotify(QMetaMethod signal)

      See QObject::connectNotify(QMetaMethod)

      Overrides:
      connectNotify in class QObject
    • disconnectNotify

      @QtUninvokable protected void disconnectNotify(QMetaMethod signal)

      See QObject::disconnectNotify(QMetaMethod)

      Overrides:
      disconnectNotify in class QObject
    • event

      @QtUninvokable public boolean event(QEvent event)

      See QObject::event(QEvent*)

      Overrides:
      event in class QObject
    • disconnectOutputInterface

      @QtUninvokable protected final void disconnectOutputInterface()

      Overloaded function for disconnectOutputInterface(boolean) with pendingAssignment = false.