##// END OF EJS Templates
Axes docs update
Marek Rosa -
r1636:bfe729e55a2a
parent child
Show More
@@ -92,6 +92,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
92 Axis emits signal when \a min or \a max of axis has changed.
92 Axis emits signal when \a min or \a max of axis has changed.
93 */
93 */
94
94
95 /*!
96 Constructs an axis object which is a child of \a parent.
97 */
95 QBarCategoriesAxis::QBarCategoriesAxis(QObject *parent):
98 QBarCategoriesAxis::QBarCategoriesAxis(QObject *parent):
96 QAbstractAxis(*new QBarCategoriesAxisPrivate(this),parent)
99 QAbstractAxis(*new QBarCategoriesAxisPrivate(this),parent)
97 {
100 {
@@ -46,7 +46,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
46 \endcode
46 \endcode
47 */
47 */
48
48
49
49 /*!
50 Constructs an axis object which is a child of \a parent.
51 */
50 QIntervalAxis::QIntervalAxis(QObject *parent):
52 QIntervalAxis::QIntervalAxis(QObject *parent):
51 QValuesAxis(*new QIntervalAxisPrivate(this),parent)
53 QValuesAxis(*new QIntervalAxisPrivate(this),parent)
52 {
54 {
@@ -105,6 +105,9 QTCOMMERCIALCHART_BEGIN_NAMESPACE
105 Whether the nice numbers algorithm is enabled or not for the axis.
105 Whether the nice numbers algorithm is enabled or not for the axis.
106 */
106 */
107
107
108 /*!
109 Constructs an axis object which is a child of \a parent.
110 */
108 QValuesAxis::QValuesAxis(QObject *parent) :
111 QValuesAxis::QValuesAxis(QObject *parent) :
109 QAbstractAxis(*new QValuesAxisPrivate(this),parent)
112 QAbstractAxis(*new QValuesAxisPrivate(this),parent)
110 {
113 {
General Comments 0
You need to be logged in to leave comments. Login now