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