QBoxPlotLegendMarker Class

The QBoxPlotLegendMarker class is a legend marker for a box plot series. More...

Header: #include <QBoxPlotLegendMarker>
Inherits: QLegendMarker

Public Functions

QBoxPlotLegendMarker(QBoxPlotSeries *series, QLegend *legend, QObject *parent = nullptr)
virtual ~QBoxPlotLegendMarker()

Reimplemented Public Functions

virtual QBoxPlotSeries *series() override
virtual LegendMarkerType type() override

Protected Functions

QBoxPlotLegendMarker(QBoxPlotLegendMarkerPrivate &d, QObject *parent = nullptr)

Detailed Description

\inmoduleQtCharts

A box plot legend marker is related to a QBoxPlotSeries object.

See also QLegend and QBoxPlotSeries.

Member Function Documentation

[explicit] QBoxPlotLegendMarker::QBoxPlotLegendMarker(QBoxPlotSeries *series, QLegend *legend, QObject *parent = nullptr)

\internal

[protected] QBoxPlotLegendMarker::QBoxPlotLegendMarker(QBoxPlotLegendMarkerPrivate &d, QObject *parent = nullptr)

\internal

[virtual noexcept] QBoxPlotLegendMarker::~QBoxPlotLegendMarker()

Removes the legend marker for a box plot series.

[override virtual] QBoxPlotSeries *QBoxPlotLegendMarker::series()

Reimplements: QLegendMarker::series().

[override virtual] LegendMarkerType QBoxPlotLegendMarker::type()

Reimplements: QLegendMarker::type().