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