1 #ifndef __libquark_chart_PieChartView_hxx 2 #define __libquark_chart_PieChartView_hxx 4 #include <QVarLengthArray> 18 void setPieDepth(
int pieDepth);
20 {
return(_pieDepth); }
22 void setPieWidth(
int pieWidth);
24 {
return(_pieWidth); }
26 void setPieHeight(
int pieHeight);
28 {
return(_pieHeight); }
30 void setDrawsLabels(
bool drawsLabels);
32 {
return(_drawsLabels); }
36 virtual void paintEvent(QPaintEvent *event);
41 virtual void dataChanged();
45 void recalculateValues();
56 QVarLengthArray<qreal> _slices;
65 #endif // __libquark_chart_PieChartView_hxx virtual bool hasScale() const
Definition: PieChartView.h++:38
Definition: PieChartView.h++:11
Definition: BarChartView.h++:6
int pieDepth() const
Definition: PieChartView.h++:19
Definition: ChartView.h++:15
int pieWidth() const
Definition: PieChartView.h++:23
bool drawsLabels() const
Definition: PieChartView.h++:31
int pieHeight() const
Definition: PieChartView.h++:27
#define LIBQUARK_API
Definition: Quark.h++:18