- All Superinterfaces:
io.qt.QtObjectInterface
- All Known Implementing Classes:
QQmlIncubationController.Impl
public interface QQmlIncubationController
extends io.qt.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 ClassesModifier and TypeInterfaceDescriptionstatic classImplementor class for interfaceQQmlIncubationControllerstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault QQmlEngineengine()default voidincubateFor(int msecs) default voidOverloaded function forincubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)withmsecs = 0.default voidincubateWhile(QQmlIncubationController.WhileFlag flag, int msecs) default intMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
engine
-
incubateFor
@QtDeclaredFinal @QtUninvokable default void incubateFor(int msecs) -
incubateWhile
Overloaded function for
incubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)withmsecs = 0. -
incubateWhile
@QtDeclaredFinal @QtUninvokable default void incubateWhile(QQmlIncubationController.WhileFlag flag, int msecs) -
incubatingObjectCount
@QtDeclaredFinal @QtUninvokable default int incubatingObjectCount()
-