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