Uses of Class
io.qt.charts.QLegend.MarkerShape
Package | Description |
---|---|
io.qt.charts |
-
Uses of QLegend.MarkerShape in io.qt.charts
Fields in io.qt.charts with type parameters of type QLegend.MarkerShape Modifier and Type Field Description QObject.Signal1<QLegend.MarkerShape>
QLegend. markerShapeChanged
Methods in io.qt.charts that return QLegend.MarkerShape Modifier and Type Method Description QLegend.MarkerShape
QLegend. markerShape()
static QLegend.MarkerShape
QLegend.MarkerShape. resolve(int value)
Returns the corresponding enum entry for the given value.QLegend.MarkerShape
QLegendMarker. shape()
static QLegend.MarkerShape
QLegend.MarkerShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLegend.MarkerShape[]
QLegend.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 QLegend.MarkerShape Modifier and Type Method Description void
QLegend. setMarkerShape(QLegend.MarkerShape shape)
void
QLegendMarker. setShape(QLegend.MarkerShape shape)