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.RenderStageQQuickWindow.RenderStage.resolve(int value) Returns the corresponding enum entry for the given value.static QQuickWindow.RenderStageReturns 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 voidQQuickWindow.scheduleRenderJob(QRunnable job, QQuickWindow.RenderStage schedule) final voidQQuickWindow.scheduleRenderJob(Runnable job, QQuickWindow.RenderStage schedule) Overloaded function forQQuickWindow.scheduleRenderJob(io.qt.core.QRunnable, io.qt.quick.QQuickWindow.RenderStage).