Module qtjambi.qml
Package io.qt.qml

Interface QQmlIncubationController

All Superinterfaces:
QtObjectInterface

public interface QQmlIncubationController extends QtObjectInterface

Instances drive the progress of QQmlIncubators

Java wrapper for Qt class QQmlIncubationController

Following function is protected in the Qt interface, all implementations of this interface may implement this function:


@QtUninvokable
protected void incubatingObjectCountChanged(int arg__1){
    QQmlIncubationController.MemberAccess.of(this).incubatingObjectCountChanged(arg__1);
}