Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Jani Honkonen
- Thu, 12 Apr 2012 13:14:37
Show More
0
doc/src/classes.qdoc
doc/src/classes.qdoc
+1
-1
@@
-42,7
+42,7
42
<li><a href="qbarseries.html">QBarSeries</a></li>
42
<li><a href="qbarseries.html">QBarSeries</a></li>
43
<li><a href="qbarset.html">QBarSet</a></li>
43
<li><a href="qbarset.html">QBarSet</a></li>
44
<li><a href="qchart.html">QChart</a></li>
44
<li><a href="qchart.html">QChart</a></li>
45
<li><a href="qchartaxis.html">QChartAxis</a></li>
45
<li><a href="qaxis.html">QAxis</a></li>
46
<li><a href="qchartview.html">QChartView</a></li>
46
<li><a href="qchartview.html">QChartView</a></li>
47
<li><a href="qlineseries.html">QLineSeries</a></li>
47
<li><a href="qlineseries.html">QLineSeries</a></li>
48
<li><a href="qpercentbarseries.html">QPercentBarSeries</a></li>
48
<li><a href="qpercentbarseries.html">QPercentBarSeries</a></li>
0
src/axis/qaxis.cpp
src/axis/qaxis.cpp
+2
-2
@@
-25,7
+25,7
QTCOMMERCIALCHART_BEGIN_NAMESPACE
25
25
26
/*!
26
/*!
27
\class QAxis
27
\class QAxis
28
\brief The QChartAxis class is used for manipulating chart's axis
28
\brief The QAxis class is used for manipulating chart's axis
29
and for adding optional axes to the chart.
29
and for adding optional axes to the chart.
30
\mainclass
30
\mainclass
31
31
@@
-160,7
+160,7
QTCOMMERCIALCHART_BEGIN_NAMESPACE
160
160
161
/*!
161
/*!
162
Constructs new axis object which is a child of \a parent. Ownership is taken by
162
Constructs new axis object which is a child of \a parent. Ownership is taken by
163
QChatView or QChart when axis added.
163
QChart when axis added.
164
*/
164
*/
165
165
166
QAxis :: QAxis ( QObject * parent ) : QObject ( parent ),
166
QAxis :: QAxis ( QObject * parent ) : QObject ( parent ),
0
src/qchart.cpp
src/qchart.cpp
+3
-3
@@
-59,8
+59,8
QTCOMMERCIALCHART_BEGIN_NAMESPACE
59
\brief QtCommercial chart API.
59
\brief QtCommercial chart API.
60
60
61
QChart is a QGraphicsWidget that you can show in a QGraphicsScene. It manages the graphical
61
QChart is a QGraphicsWidget that you can show in a QGraphicsScene. It manages the graphical
62
representation of different types of QChartSeries and other chart related objects like
62
representation of different types of s eries and other chart related objects like
63
QChartAxis and QChartLegend. If you simply want to show a chart in a layout, you can use the
63
QAxis and QLegend. If you simply want to show a chart in a layout, you can use the
64
convenience class QChartView instead of QChart.
64
convenience class QChartView instead of QChart.
65
\sa QChartView
65
\sa QChartView
66
*/
66
*/
@@
-79,7
+79,7
QChart::QChart(QGraphicsItem *parent, Qt::WindowFlags wFlags) : QGraphicsWidget(
79
}
79
}
80
80
81
/*!
81
/*!
82
Destroys the object and it's children, like QChartSeries and QChartAxis object added to it.
82
Destroys the object and it's children, like s eries and axis objects added to it.
83
*/
83
*/
84
QChart ::~ QChart ()
84
QChart ::~ QChart ()
85
{
85
{
0
src/qchartview.cpp
src/qchartview.cpp
+2
-2
@@
-41,7
+41,7
41
41
42
QChartView is a standalone widget that can display charts. It does not require separate
42
QChartView is a standalone widget that can display charts. It does not require separate
43
QGraphicsScene to work. It manages the graphical representation of different types of
43
QGraphicsScene to work. It manages the graphical representation of different types of
44
QChartSeries and other chart related objects like QChartAxis and QChartLegend. If you want to
44
s eries and other chart related objects like QAxis and QLegend. If you want to
45
display a chart in your existing QGraphicsScene, you can use the QChart class instead.
45
display a chart in your existing QGraphicsScene, you can use the QChart class instead.
46
46
47
\sa QChart
47
\sa QChart
@@
-70,7
+70,7
QChartView::QChartView(QChart *chart,QWidget *parent) :
70
70
71
71
72
/*!
72
/*!
73
Destroys the object and it's children, like QChartSeries and QChartAxis object added to it.
73
Destroys the object and it's children, like s eries and axis objects added to it.
74
*/
74
*/
75
QChartView ::~ QChartView ()
75
QChartView ::~ QChartView ()
76
{
76
{
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