##// END OF EJS Templates
Global changes for BoxPlot...
Mika Salmela -
r2462:bb4c4d5efc1c
parent child
Show More
@@ -48,6 +48,7 class QLegendMarker;
48 class ChartTheme;
48 class ChartTheme;
49 class ChartAnimation;
49 class ChartAnimation;
50 class ChartItem;
50 class ChartItem;
51 class BoxPlotChartItem;
51
52
52 class QAbstractSeriesPrivate : public QObject
53 class QAbstractSeriesPrivate : public QObject
53 {
54 {
@@ -78,6 +79,7 Q_SIGNALS:
78 void countChanged();
79 void countChanged();
79
80
80 protected:
81 protected:
82 friend class BoxPlotChartItem;
81 QAbstractSeries *q_ptr;
83 QAbstractSeries *q_ptr;
82 QChart *m_chart;
84 QChart *m_chart;
83 QScopedPointer<ChartItem> m_item;
85 QScopedPointer<ChartItem> m_item;
@@ -34,6 +34,7 class QAbstractSeries;
34 class QAbstractAxis;
34 class QAbstractAxis;
35 class QLegend;
35 class QLegend;
36 class QChartPrivate;
36 class QChartPrivate;
37 class QBoxPlotSeries;
37
38
38 class QTCOMMERCIALCHART_EXPORT QChart : public QGraphicsWidget
39 class QTCOMMERCIALCHART_EXPORT QChart : public QGraphicsWidget
39 {
40 {
@@ -141,6 +142,7 protected:
141 friend class ChartPresenter;
142 friend class ChartPresenter;
142 friend class ChartThemeManager;
143 friend class ChartThemeManager;
143 friend class QAbstractSeries;
144 friend class QAbstractSeries;
145 friend class QBoxPlotSeriesPrivate;
144 Q_DISABLE_COPY(QChart)
146 Q_DISABLE_COPY(QChart)
145 };
147 };
146
148
General Comments 0
You need to be logged in to leave comments. Login now