Uses of Enum
io.qt.quick.QQuickWindow.RenderStage
Packages that use QQuickWindow.RenderStage
-
Uses of QQuickWindow.RenderStage in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.RenderStageModifier and TypeMethodDescriptionstatic QQuickWindow.RenderStage
QQuickWindow.RenderStage.resolve
(int value) Returns the corresponding enum entry for the given value.static QQuickWindow.RenderStage
Returns the enum constant of this type with the specified name.static QQuickWindow.RenderStage[]
QQuickWindow.RenderStage.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QQuickWindow.RenderStageModifier and TypeMethodDescriptionfinal void
QQuickWindow.scheduleRenderJob
(QRunnable job, QQuickWindow.RenderStage schedule) final void
QQuickWindow.scheduleRenderJob
(Runnable job, QQuickWindow.RenderStage schedule)