Uses of Class
io.qt.qt3d.render.QCameraLens.ProjectionType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QCameraLens.ProjectionType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QCameraLens.ProjectionType Modifier and Type Field Description QObject.Signal1<QCameraLens.ProjectionType>
QCamera. projectionTypeChanged
QObject.Signal1<QCameraLens.ProjectionType>
QCameraLens. projectionTypeChanged
Methods in io.qt.qt3d.render that return QCameraLens.ProjectionType Modifier and Type Method Description QCameraLens.ProjectionType
QCamera. projectionType()
QCameraLens.ProjectionType
QCameraLens. projectionType()
static QCameraLens.ProjectionType
QCameraLens.ProjectionType. resolve(int value)
Returns the corresponding enum entry for the given value.static QCameraLens.ProjectionType
QCameraLens.ProjectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCameraLens.ProjectionType[]
QCameraLens.ProjectionType. 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 QCameraLens.ProjectionType Modifier and Type Method Description void
QCamera. setProjectionType(QCameraLens.ProjectionType type)
void
QCameraLens. setProjectionType(QCameraLens.ProjectionType projectionType)