java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlIncubationController.Impl
- All Implemented Interfaces:
QQmlIncubationController
,QtObjectInterface
- Enclosing interface:
- QQmlIncubationController
public static class QQmlIncubationController.Impl extends QtObject implements QQmlIncubationController
Implementor class for interface QQmlIncubationController
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.qml.QQmlIncubationController
QQmlIncubationController.Impl, QQmlIncubationController.MemberAccess, QQmlIncubationController.WhileFlag
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QQmlEngine
engine()
void
incubateFor(int msecs)
void
incubateWhile(QQmlIncubationController.WhileFlag flag)
Overloaded function forincubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)
withmsecs = 0
.void
incubateWhile(QQmlIncubationController.WhileFlag flag, int msecs)
int
incubatingObjectCount()
protected void
incubatingObjectCountChanged(int arg__1)
-
Constructor Details
-
Method Details
-
engine
- Specified by:
engine
in interfaceQQmlIncubationController
-
incubateFor
- Specified by:
incubateFor
in interfaceQQmlIncubationController
-
incubateWhile
Overloaded function for
incubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)
withmsecs = 0
.- Specified by:
incubateWhile
in interfaceQQmlIncubationController
-
incubateWhile
- Specified by:
incubateWhile
in interfaceQQmlIncubationController
-
incubatingObjectCount
- Specified by:
incubatingObjectCount
in interfaceQQmlIncubationController
-
incubatingObjectCountChanged
-