The QPieLegendMarker class is a legend marker for a pie series. 更多...
| 头: | #include <QPieLegendMarker> | 
| 继承: | QLegendMarker | 
| virtual | ~QPieLegendMarker () | 
| QPieSlice * | slice () | 
| virtual QPieSeries * | series () | 
| virtual QLegendMarker::LegendMarkerType | type () | 
| const QMetaObject | staticMetaObject | 
The 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 .
[虚拟]
						
						QPieLegendMarker::
						
							~QPieLegendMarker
						
						()
						
					Removes the legend marker for a pie series.
[虚拟]
						
						
							
								QPieSeries
							
						
						*QPieLegendMarker::
						
							series
						
						()
						
					重实现自 QLegendMarker::series ().
Returns the slice of the pie related to the marker.
[虚拟]
						
						
							
								QLegendMarker::LegendMarkerType
							
						
						QPieLegendMarker::
						
							type
						
						()
						
					重实现自 QLegendMarker::type ().