QBoxPlotLegendMarker Class

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

头文件: #include <QBoxPlotLegendMarker>
基类: QLegendMarker

公有函数

重新实现的公有函数

virtual QBoxPlotSeries *series()
virtual LegendMarkerType type()

其他继承的成员

详细描述

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

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

参见 QLegend and QBoxPlotSeries.

成员函数

[virtual] QBoxPlotLegendMarker::~QBoxPlotLegendMarker()

Removes the legend marker for a box plot series.

[virtual] QBoxPlotSeries *QBoxPlotLegendMarker::series()

Reimplemented from QLegendMarker::series().

[virtual] LegendMarkerType QBoxPlotLegendMarker::type()

Reimplemented from QLegendMarker::type().