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