Uses of Class
io.qt.qt3d.render.QMesh.Status
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QMesh.Status in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QMesh.Status Modifier and Type Field Description QObject.Signal1<QMesh.Status>
QMesh. statusChanged
Methods in io.qt.qt3d.render that return QMesh.Status Modifier and Type Method Description static QMesh.Status
QMesh.Status. resolve(int value)
Returns the corresponding enum entry for the given value.QMesh.Status
QMesh. status()
static QMesh.Status
QMesh.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMesh.Status[]
QMesh.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.