Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
sauimone
- Wed, 25 Jan 2012 16:18:19
Show More
0
src/qchartaxis.cpp
src/qchartaxis.cpp
created
644
+14
0
@@
-0,0
+1,14
1
2
#include "qchartaxis.h"
3
4
QChartAxis :: QChartAxis ()
5
{
6
// TODO Auto-generated constructor stub
7
8
}
9
10
QChartAxis ::~ QChartAxis ()
11
{
12
// TODO Auto-generated destructor stub
13
}
14
0
src/qchartaxis.h
src/qchartaxis.h
created
644
+11
0
@@
-0,0
+1,11
1
#ifndef QCHARTAXIS_H_
2
#define QCHARTAXIS_H_
3
4
class QChartAxis
5
{
6
public :
7
QChartAxis ();
8
virtual ~ QChartAxis ();
9
};
10
11
#endif /* QCHARTAXIS_H_ */
0
src/qchart.h
src/qchart.h
+6
0
@@
-13,6
+13,7
class QChartSeries;
13
class PlotDomain ;
13
class PlotDomain ;
14
class ChartItem ;
14
class ChartItem ;
15
class BarGroup ;
15
class BarGroup ;
16
class QChartAxis ;
16
17
17
// TODO: We don't need to have QChart tied to QGraphicsItem:
18
// TODO: We don't need to have QChart tied to QGraphicsItem:
18
//class QTCOMMERCIALCHART_EXPORT QChart
19
//class QTCOMMERCIALCHART_EXPORT QChart
@@
-57,6
+58,11
public:
57
void zoomIn ();
58
void zoomIn ();
58
void zoomOut ();
59
void zoomOut ();
59
60
61
void setAxisX ( QChartAxis * axis ){};
62
void setAxisY ( QChartAxis * axis ){};
63
void setAxisY ( QList < QChartAxis *> axis ){};
64
65
60
signals :
66
signals :
61
//TODO chage to const QSize& size
67
//TODO chage to const QSize& size
62
void sizeChanged ( QRectF rect );
68
void sizeChanged ( QRectF rect );
0
src/src.pro
src/src.pro
+4
-2
@@
-25,7
+25,8
SOURCES += \
25
qchartwidget . cpp \
25
qchartwidget . cpp \
26
pieslice . cpp \
26
pieslice . cpp \
27
qchartview . cpp \
27
qchartview . cpp \
28
qchartseries . cpp
28
qchartseries . cpp \
29
qchartaxis . cpp
29
30
30
PRIVATE_HEADERS += \
31
PRIVATE_HEADERS += \
31
xylinechart / xylinechartitem_p . h \
32
xylinechart / xylinechartitem_p . h \
@@
-45,7
+46,8
PUBLIC_HEADERS += \
45
xylinechart / qxychartseries . h \
46
xylinechart / qxychartseries . h \
46
barchart / barchartseries . h \
47
barchart / barchartseries . h \
47
barchart / bargroup . h \
48
barchart / bargroup . h \
48
qchartview . h
49
qchartview . h \
50
qchartaxis . h
49
51
50
HEADERS += $$ PUBLIC_HEADERS
52
HEADERS += $$ PUBLIC_HEADERS
51
HEADERS += $$ PRIVATE_HEADERS
53
HEADERS += $$ PRIVATE_HEADERS
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages