@@ -20,11 +20,11 PRIVATE_HEADERS += \ | |||||
20 | $$PWD/bar_p.h \ |
|
20 | $$PWD/bar_p.h \ | |
21 | $$PWD/barchartmodel_p.h \ |
|
21 | $$PWD/barchartmodel_p.h \ | |
22 | $$PWD/barlabel_p.h \ |
|
22 | $$PWD/barlabel_p.h \ | |
23 | $$PWD/barpresenter.h \ |
|
23 | $$PWD/barpresenter_p.h \ | |
24 | $$PWD/barpresenterbase.h \ |
|
24 | $$PWD/barpresenterbase_p.h \ | |
25 | $$PWD/percentbarpresenter.h \ |
|
25 | $$PWD/percentbarpresenter_p.h \ | |
26 | $$PWD/separator_p.h \ |
|
26 | $$PWD/separator_p.h \ | |
27 | $$PWD/stackedbarpresenter.h \ |
|
27 | $$PWD/stackedbarpresenter_p.h \ | |
28 | $$PWD/barvalue_p.h |
|
28 | $$PWD/barvalue_p.h | |
29 |
|
29 | |||
30 | PUBLIC_HEADERS += \ |
|
30 | PUBLIC_HEADERS += \ |
@@ -1,4 +1,4 | |||||
1 | #include "barpresenter.h" |
|
1 | #include "barpresenter_p.h" | |
2 | #include "bar_p.h" |
|
2 | #include "bar_p.h" | |
3 | #include "barlabel_p.h" |
|
3 | #include "barlabel_p.h" | |
4 | #include "barvalue_p.h" |
|
4 | #include "barvalue_p.h" | |
@@ -92,6 +92,6 void BarPresenter::layoutChanged() | |||||
92 | mLayoutDirty = true; |
|
92 | mLayoutDirty = true; | |
93 | } |
|
93 | } | |
94 |
|
94 | |||
95 | #include "moc_barpresenter.cpp" |
|
95 | #include "moc_barpresenter_p.cpp" | |
96 |
|
96 | |||
97 | QTCOMMERCIALCHART_END_NAMESPACE |
|
97 | QTCOMMERCIALCHART_END_NAMESPACE |
@@ -2,7 +2,7 | |||||
2 | #define BARPRESENTER_H |
|
2 | #define BARPRESENTER_H | |
3 |
|
3 | |||
4 | #include "qchartglobal.h" |
|
4 | #include "qchartglobal.h" | |
5 | #include "barpresenterbase.h" |
|
5 | #include "barpresenterbase_p.h" | |
6 | #include <QGraphicsItem> |
|
6 | #include <QGraphicsItem> | |
7 |
|
7 | |||
8 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
8 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
@@ -1,4 +1,4 | |||||
1 | #include "barpresenterbase.h" |
|
1 | #include "barpresenterbase_p.h" | |
2 | #include "bar_p.h" |
|
2 | #include "bar_p.h" | |
3 | #include "barvalue_p.h" |
|
3 | #include "barvalue_p.h" | |
4 | #include "barlabel_p.h" |
|
4 | #include "barlabel_p.h" | |
@@ -153,6 +153,6 void BarPresenterBase::enableSeparators(bool enabled) | |||||
153 | mSeparatorsEnabled = enabled; |
|
153 | mSeparatorsEnabled = enabled; | |
154 | } |
|
154 | } | |
155 |
|
155 | |||
156 | #include "moc_barpresenterbase.cpp" |
|
156 | #include "moc_barpresenterbase_p.cpp" | |
157 |
|
157 | |||
158 | QTCOMMERCIALCHART_END_NAMESPACE |
|
158 | QTCOMMERCIALCHART_END_NAMESPACE |
1 | NO CONTENT: file renamed from src/barchart/barpresenterbase.h to src/barchart/barpresenterbase_p.h |
|
NO CONTENT: file renamed from src/barchart/barpresenterbase.h to src/barchart/barpresenterbase_p.h |
@@ -1,4 +1,4 | |||||
1 | #include "percentbarpresenter.h" |
|
1 | #include "percentbarpresenter_p.h" | |
2 | #include "bar_p.h" |
|
2 | #include "bar_p.h" | |
3 | #include "barlabel_p.h" |
|
3 | #include "barlabel_p.h" | |
4 | #include "barvalue_p.h" |
|
4 | #include "barvalue_p.h" | |
@@ -107,6 +107,6 void PercentBarPresenter::layoutChanged() | |||||
107 | mLayoutDirty = true; |
|
107 | mLayoutDirty = true; | |
108 | } |
|
108 | } | |
109 |
|
109 | |||
110 | #include "moc_percentbarpresenter.cpp" |
|
110 | #include "moc_percentbarpresenter_p.cpp" | |
111 |
|
111 | |||
112 | QTCOMMERCIALCHART_END_NAMESPACE |
|
112 | QTCOMMERCIALCHART_END_NAMESPACE |
@@ -4,7 +4,7 | |||||
4 | #include "chartitem_p.h" |
|
4 | #include "chartitem_p.h" | |
5 | #include "bar_p.h" |
|
5 | #include "bar_p.h" | |
6 | #include "qpercentbarseries.h" |
|
6 | #include "qpercentbarseries.h" | |
7 | #include "barpresenterbase.h" |
|
7 | #include "barpresenterbase_p.h" | |
8 | #include <QGraphicsItem> |
|
8 | #include <QGraphicsItem> | |
9 |
|
9 | |||
10 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
10 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
@@ -1,4 +1,4 | |||||
1 | #include "stackedbarpresenter.h" |
|
1 | #include "stackedbarpresenter_p.h" | |
2 | #include "bar_p.h" |
|
2 | #include "bar_p.h" | |
3 | #include "barlabel_p.h" |
|
3 | #include "barlabel_p.h" | |
4 | #include "barvalue_p.h" |
|
4 | #include "barvalue_p.h" | |
@@ -106,6 +106,6 void StackedBarPresenter::layoutChanged() | |||||
106 | mLayoutDirty = true; |
|
106 | mLayoutDirty = true; | |
107 | } |
|
107 | } | |
108 |
|
108 | |||
109 | #include "moc_stackedbarpresenter.cpp" |
|
109 | #include "moc_stackedbarpresenter_p.cpp" | |
110 |
|
110 | |||
111 | QTCOMMERCIALCHART_END_NAMESPACE |
|
111 | QTCOMMERCIALCHART_END_NAMESPACE |
@@ -1,7 +1,7 | |||||
1 | #ifndef STACKEDBARPRESENTER_H |
|
1 | #ifndef STACKEDBARPRESENTER_H | |
2 | #define STACKEDBARPRESENTER_H |
|
2 | #define STACKEDBARPRESENTER_H | |
3 |
|
3 | |||
4 | #include "barpresenterbase.h" |
|
4 | #include "barpresenterbase_p.h" | |
5 | #include "qstackedbarseries.h" |
|
5 | #include "qstackedbarseries.h" | |
6 | #include <QGraphicsItem> |
|
6 | #include <QGraphicsItem> | |
7 |
|
7 |
@@ -13,10 +13,10 | |||||
13 | //items |
|
13 | //items | |
14 | #include "axisitem_p.h" |
|
14 | #include "axisitem_p.h" | |
15 | #include "axisanimationitem_p.h" |
|
15 | #include "axisanimationitem_p.h" | |
16 | #include "barpresenter.h" |
|
16 | #include "barpresenter_p.h" | |
17 | #include "stackedbarpresenter.h" |
|
17 | #include "stackedbarpresenter_p.h" | |
|
18 | #include "percentbarpresenter_p.h" | |||
18 | #include "linechartitem_p.h" |
|
19 | #include "linechartitem_p.h" | |
19 | #include "percentbarpresenter.h" |
|
|||
20 | #include "linechartanimationitem_p.h" |
|
20 | #include "linechartanimationitem_p.h" | |
21 | #include "piepresenter_p.h" |
|
21 | #include "piepresenter_p.h" | |
22 | #include "scatterpresenter_p.h" |
|
22 | #include "scatterpresenter_p.h" |
@@ -15,10 +15,10 | |||||
15 |
|
15 | |||
16 | //items |
|
16 | //items | |
17 | #include "axisitem_p.h" |
|
17 | #include "axisitem_p.h" | |
18 | #include "barpresenter.h" |
|
18 | #include "barpresenter_p.h" | |
19 | #include "stackedbarpresenter.h" |
|
19 | #include "stackedbarpresenter_p.h" | |
|
20 | #include "percentbarpresenter_p.h" | |||
20 | #include "linechartitem_p.h" |
|
21 | #include "linechartitem_p.h" | |
21 | #include "percentbarpresenter.h" |
|
|||
22 | #include "scatterpresenter_p.h" |
|
22 | #include "scatterpresenter_p.h" | |
23 | #include "piepresenter_p.h" |
|
23 | #include "piepresenter_p.h" | |
24 |
|
24 |
General Comments 0
You need to be logged in to leave comments.
Login now