Module qtjambi
Package io.qt.core

Class 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:


@io.qt.QtPrivateOverride
    @io.qt.QtUninvokable
    private io.qt.core.QFutureInterfaceBase futureInterface() {...}