Uses of Class
io.qt.quick.QQuickWindow.RenderStage
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickWindow.RenderStage in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.RenderStage Modifier and Type Method Description static QQuickWindow.RenderStage
QQuickWindow.RenderStage. resolve(int value)
Returns the corresponding enum entry for the given value.static QQuickWindow.RenderStage
QQuickWindow.RenderStage. valueOf(String name)
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.RenderStage Modifier and Type Method Description void
QQuickWindow. scheduleRenderJob(QRunnable job, QQuickWindow.RenderStage schedule)
void
QQuickWindow. scheduleRenderJob(Runnable job, QQuickWindow.RenderStage schedule)