- All Superinterfaces:
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);
}
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault QQmlEngine
engine()
default void
incubateFor
(int msecs) default void
Overloaded function forincubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)
withmsecs = 0
.default void
incubateWhile
(QQmlIncubationController.WhileFlag flag, int msecs) default int
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
engine
-
incubateFor
-
incubateWhile
@QtDeclaredFinal @QtUninvokable default void incubateWhile(QQmlIncubationController.WhileFlag flag, int msecs) -
incubatingObjectCount
-
incubateWhile
Overloaded function for
incubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)
withmsecs = 0
.
-