Module qtjambi
Package io.qt.core

Class QFutureWatcherBase

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface
Direct Known Subclasses:
QFutureWatcher, QVoidFutureWatcher

public abstract class QFutureWatcherBase
extends QObject

Java wrapper for Qt class QFutureWatcherBase

The following private functions are pure virtual in Qt and thus have to be implemented in derived Java classes by using the @QtPrivateOverride annotation:


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

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