##// END OF EJS Templates
Spit&polish public headers
Jani Honkonen -
r2046:eee7dbc18b27
parent child
Show More
@@ -81,4 +81,4 private:
81 81
82 82 QTCOMMERCIALCHART_END_NAMESPACE
83 83
84 #endif
84 #endif // QAREASERIES_H
@@ -65,7 +65,7 public:
65 65
66 66 virtual AxisType type() const = 0;
67 67
68 //visibilty hadnling
68 //visibilty handling
69 69 bool isVisible() const;
70 70 void setVisible(bool visible = true);
71 71
@@ -153,4 +153,5 protected:
153 153 };
154 154
155 155 QTCOMMERCIALCHART_END_NAMESPACE
156 #endif
156
157 #endif // QABSTRACTAXIS_H
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef ABSTRACTBARSERIES_H
22 #define ABSTRACTBARSERIES_H
21 #ifndef QABSTRACTBARSERIES_H
22 #define QABSTRACTBARSERIES_H
23 23
24 24 #include <qabstractseries.h>
25 25 #include <QStringList>
@@ -80,4 +80,4 protected:
80 80
81 81 QTCOMMERCIALCHART_END_NAMESPACE
82 82
83 #endif // ABSTRACTBARSERIES_H
83 #endif // QABSTRACTBARSERIES_H
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef PERCENTBARSERIES_H
22 #define PERCENTBARSERIES_H
21 #ifndef QPERCENTBARSERIES_H
22 #define QPERCENTBARSERIES_H
23 23
24 24 #include <QStringList>
25 25 #include <qabstractbarseries.h>
@@ -43,4 +43,4 private:
43 43
44 44 QTCOMMERCIALCHART_END_NAMESPACE
45 45
46 #endif // PERCENTBARSERIES_H
46 #endif // QPERCENTBARSERIES_H
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef STACKEDBARSERIES_H
22 #define STACKEDBARSERIES_H
21 #ifndef QSTACKEDBARSERIES_H
22 #define QSTACKEDBARSERIES_H
23 23
24 24 #include <QStringList>
25 25 #include <qabstractbarseries.h>
@@ -43,4 +43,4 private:
43 43
44 44 QTCOMMERCIALCHART_END_NAMESPACE
45 45
46 #endif // STACKEDBARSERIES_H
46 #endif // QSTACKEDBARSERIES_H
@@ -49,4 +49,4 private:
49 49
50 50 QTCOMMERCIALCHART_END_NAMESPACE
51 51
52 #endif
52 #endif // QLINESERIES_H
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef PIESERIES_H
22 #define PIESERIES_H
21 #ifndef QPIESERIES_H
22 #define QPIESERIES_H
23 23
24 24 #include <qabstractseries.h>
25 25 #include <QPieSlice>
@@ -99,4 +99,4 private:
99 99
100 100 QTCOMMERCIALCHART_END_NAMESPACE
101 101
102 #endif // PIESERIES_H
102 #endif // QPIESERIES_H
@@ -84,4 +84,4 protected:
84 84
85 85 QTCOMMERCIALCHART_END_NAMESPACE
86 86
87 #endif
87 #endif // QABSTRACTSERIES_H
@@ -130,4 +130,4 QTCOMMERCIALCHART_END_NAMESPACE
130 130
131 131 Q_DECLARE_OPERATORS_FOR_FLAGS(QTCOMMERCIALCHART_NAMESPACE::QChart::AnimationOptions)
132 132
133 #endif
133 #endif // QCHART_H
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTGLOBAL_H
22 #define CHARTGLOBAL_H
21 #ifndef QCHARTGLOBAL_H
22 #define QCHARTGLOBAL_H
23 23
24 24 #define QTCOMMERCIALCHART_VERSION_STR "1.0"
25 25 #define QTCOMMERCIALCHART_VERSION 0x01
@@ -76,4 +76,4 static inline QDebug chartDebug(int numargs,...)
76 76 }
77 77 #endif
78 78
79 #endif // CHARTGLOBAL_H
79 #endif // QCHARTGLOBAL_H
@@ -69,4 +69,4 protected:
69 69
70 70 QTCOMMERCIALCHART_END_NAMESPACE
71 71
72 #endif // QCHARTWIDGET_H
72 #endif // QCHARTVIEW_H
@@ -91,4 +91,4 private:
91 91
92 92 QTCOMMERCIALCHART_END_NAMESPACE
93 93
94 #endif
94 #endif // QXYSERIES_H
General Comments 0
You need to be logged in to leave comments. Login now