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