QPieLegendMarker Class

QPieLegendMarker class is a legend marker for a pie series. 更多...

头: #include <QPieLegendMarker>
继承: QLegendMarker

公共函数

virtual ~QPieLegendMarker ()
QPieSlice * slice ()

重实现公共函数

virtual QPieSeries * series ()
virtual LegendMarkerType type ()

额外继承成员

详细描述

QPieLegendMarker class is a legend marker for a pie series.

A pie legend marker is related to QPieSeries . With a pie series, each slice of the pie is related to one marker in the legend.

另请参阅 QLegend , QPieSeries ,和 QPieSlice .

成员函数文档编制

[virtual] QPieLegendMarker:: ~QPieLegendMarker ()

Removes the legend marker for a pie series.

[virtual] QPieSeries *QPieLegendMarker:: series ()

重实现自 QLegendMarker::series ().

QPieSlice *QPieLegendMarker:: slice ()

Returns the slice of the pie related to the marker.

[virtual] LegendMarkerType QPieLegendMarker:: type ()

重实现自 QLegendMarker::type ().