- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QQmlIncubationController.Impl
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:
@io.qt.QtUninvokable
protected void incubatingObjectCountChanged(int arg__1){
QQmlIncubationController.MemberAccess.of(this).incubatingObjectCountChanged(arg__1);
}
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QQmlIncubationController.Impl
Implementor class for interfaceQQmlIncubationController
static class
QQmlIncubationController.MemberAccess
static class
QQmlIncubationController.WhileFlag
-
Method Summary
Modifier and Type Method Description default QQmlEngine
engine()
default void
incubateFor(int msecs)
default void
incubateWhile(QQmlIncubationController.WhileFlag flag)
Overloaded function forincubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)
withmsecs = 0
.default void
incubateWhile(QQmlIncubationController.WhileFlag flag, int msecs)
default int
incubatingObjectCount()
-
Method Details
-
engine
-
incubateFor
-
incubateWhile
@QtDeclaredFinal @QtUninvokable default void incubateWhile(QQmlIncubationController.WhileFlag flag)Overloaded function for
incubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)
withmsecs = 0
. -
incubateWhile
@QtDeclaredFinal @QtUninvokable default void incubateWhile(QQmlIncubationController.WhileFlag flag, int msecs) -
incubatingObjectCount
-