@@ -18,7 +18,7 | |||||
18 | #include "linechartitem_p.h" |
|
18 | #include "linechartitem_p.h" | |
19 | #include "percentbarpresenter.h" |
|
19 | #include "percentbarpresenter.h" | |
20 | #include "linechartanimationitem_p.h" |
|
20 | #include "linechartanimationitem_p.h" | |
21 | #include "piepresenter.h" |
|
21 | #include "piepresenter_p.h" | |
22 | #include "scatterpresenter_p.h" |
|
22 | #include "scatterpresenter_p.h" | |
23 |
|
23 | |||
24 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
24 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
@@ -20,7 +20,7 | |||||
20 | #include "linechartitem_p.h" |
|
20 | #include "linechartitem_p.h" | |
21 | #include "percentbarpresenter.h" |
|
21 | #include "percentbarpresenter.h" | |
22 | #include "scatterpresenter_p.h" |
|
22 | #include "scatterpresenter_p.h" | |
23 | #include "piepresenter.h" |
|
23 | #include "piepresenter_p.h" | |
24 |
|
24 | |||
25 | //themes |
|
25 | //themes | |
26 | #include "chartthemevanilla_p.h" |
|
26 | #include "chartthemevanilla_p.h" |
@@ -9,9 +9,9 SOURCES += \ | |||||
9 | $$PWD/qpieslice.cpp |
|
9 | $$PWD/qpieslice.cpp | |
10 |
|
10 | |||
11 | PRIVATE_HEADERS += \ |
|
11 | PRIVATE_HEADERS += \ | |
12 | $$PWD/piepresenter.h \ |
|
12 | $$PWD/piepresenter_p.h \ | |
13 | $$PWD/pieslice.h \ |
|
13 | $$PWD/pieslice_p.h \ | |
14 | $$PWD/pieslicelabel.h |
|
14 | $$PWD/pieslicelabel_p.h | |
15 |
|
15 | |||
16 | PUBLIC_HEADERS += \ |
|
16 | PUBLIC_HEADERS += \ | |
17 | $$PWD/qpieseries.h \ |
|
17 | $$PWD/qpieseries.h \ |
@@ -1,8 +1,8 | |||||
1 |
|
1 | |||
2 | #include "piepresenter.h" |
|
2 | #include "piepresenter_p.h" | |
3 | #include "pieslice.h" |
|
3 | #include "pieslice_p.h" | |
4 | #include "qpieslice.h" |
|
4 | #include "qpieslice.h" | |
5 | #include "pieslicelabel.h" |
|
5 | #include "pieslicelabel_p.h" | |
6 | #include "qpieseries.h" |
|
6 | #include "qpieseries.h" | |
7 | #include <qmath.h> |
|
7 | #include <qmath.h> | |
8 | #include <QDebug> |
|
8 | #include <QDebug> | |
@@ -205,6 +205,6 void PiePresenter::deleteSlice(QPieSlice* sliceData) | |||||
205 | delete m_slices.take(sliceData); |
|
205 | delete m_slices.take(sliceData); | |
206 | } |
|
206 | } | |
207 |
|
207 | |||
208 | #include "moc_piepresenter.cpp" |
|
208 | #include "moc_piepresenter_p.cpp" | |
209 |
|
209 | |||
210 | QTCOMMERCIALCHART_END_NAMESPACE |
|
210 | QTCOMMERCIALCHART_END_NAMESPACE |
1 | NO CONTENT: file renamed from src/piechart/piepresenter.h to src/piechart/piepresenter_p.h |
|
NO CONTENT: file renamed from src/piechart/piepresenter.h to src/piechart/piepresenter_p.h |
@@ -1,6 +1,6 | |||||
1 | #include "pieslice.h" |
|
1 | #include "pieslice_p.h" | |
2 | #include "pieslicelabel.h" |
|
2 | #include "pieslicelabel_p.h" | |
3 | #include "piepresenter.h" |
|
3 | #include "piepresenter_p.h" | |
4 | #include "qpieseries.h" |
|
4 | #include "qpieseries.h" | |
5 | #include "qpieslice.h" |
|
5 | #include "qpieslice.h" | |
6 | #include <QPainter> |
|
6 | #include <QPainter> | |
@@ -130,6 +130,6 void PieSlice::updateData(const QPieSlice* sliceData) | |||||
130 | update(); |
|
130 | update(); | |
131 | } |
|
131 | } | |
132 |
|
132 | |||
133 | #include "moc_pieslice.cpp" |
|
133 | #include "moc_pieslice_p.cpp" | |
134 |
|
134 | |||
135 | QTCOMMERCIALCHART_END_NAMESPACE |
|
135 | QTCOMMERCIALCHART_END_NAMESPACE |
1 | NO CONTENT: file renamed from src/piechart/pieslice.h to src/piechart/pieslice_p.h |
|
NO CONTENT: file renamed from src/piechart/pieslice.h to src/piechart/pieslice_p.h |
@@ -1,4 +1,4 | |||||
1 | #include "pieslicelabel.h" |
|
1 | #include "pieslicelabel_p.h" | |
2 | #include <QPainter> |
|
2 | #include <QPainter> | |
3 | #include <qmath.h> |
|
3 | #include <qmath.h> | |
4 | #include <QGraphicsTextItem> |
|
4 | #include <QGraphicsTextItem> |
1 | NO CONTENT: file renamed from src/piechart/pieslicelabel.h to src/piechart/pieslicelabel_p.h |
|
NO CONTENT: file renamed from src/piechart/pieslicelabel.h to src/piechart/pieslicelabel_p.h |
@@ -1,8 +1,5 | |||||
1 | #include "qpieseries.h" |
|
1 | #include "qpieseries.h" | |
2 | #include "qpieslice.h" |
|
2 | #include "qpieslice.h" | |
3 | #include "piepresenter.h" |
|
|||
4 | #include "pieslice.h" |
|
|||
5 | #include <QFontMetrics> |
|
|||
6 | #include <QDebug> |
|
3 | #include <QDebug> | |
7 |
|
4 | |||
8 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
5 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
General Comments 0
You need to be logged in to leave comments.
Login now