java.lang.Object
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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.qml.QQmlIncubationController
QQmlIncubationController.Impl, QQmlIncubationController.MemberAccess, QQmlIncubationController.WhileFlag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QQmlEngine
engine()
final void
incubateFor
(int msecs) final void
Overloaded function forincubateWhile(io.qt.qml.QQmlIncubationController.WhileFlag, int)
withmsecs = 0
.final void
incubateWhile
(QQmlIncubationController.WhileFlag flag, int msecs) final int
protected void
incubatingObjectCountChanged
(int arg__1) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
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
-