java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlIncubationController.Impl
- All Implemented Interfaces:
QQmlIncubationController,io.qt.QtObjectInterface
- Enclosing interface:
- QQmlIncubationController
public static class QQmlIncubationController.Impl
extends io.qt.QtObject
implements QQmlIncubationController
Implementor class for interface QQmlIncubationController
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.qml.QQmlIncubationController
QQmlIncubationController.Impl, QQmlIncubationController.MemberAccess, QQmlIncubationController.WhileFlag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QQmlEngineengine()final voidincubateFor(int msecs) final voidOverloaded function forincubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)withmsecs = 0.final voidincubateWhile(QQmlIncubationController.WhileFlag flag, int msecs) final intprotected voidincubatingObjectCountChanged(int arg__1) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
protected Impl(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
engine
- Specified by:
enginein interfaceQQmlIncubationController
-
incubateFor
@QtUninvokable public final void incubateFor(int msecs) - Specified by:
incubateForin interfaceQQmlIncubationController
-
incubateWhile
Overloaded function for
incubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)withmsecs = 0.- Specified by:
incubateWhilein interfaceQQmlIncubationController
-
incubateWhile
- Specified by:
incubateWhilein interfaceQQmlIncubationController
-
incubatingObjectCount
@QtUninvokable public final int incubatingObjectCount()- Specified by:
incubatingObjectCountin interfaceQQmlIncubationController
-
incubatingObjectCountChanged
@QtUninvokable protected void incubatingObjectCountChanged(int arg__1)
-