##// END OF EJS Templates
Few more fixes to docs
Marek Rosa -
r937:ebc42fa644e2
parent child
Show More
@@ -151,7 +151,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
151 */
151 */
152
152
153 /*!
153 /*!
154 \fn void changed(qreal min, qreal max, int tickCount,bool niceNumbers)
154 \fn void QChartAxis::changed(qreal min, qreal max, int tickCount,bool niceNumbers)
155 \brief \internal
155 \brief \internal
156 */
156 */
157
157
@@ -161,12 +161,12 QTCOMMERCIALCHART_BEGIN_NAMESPACE
161 */
161 */
162
162
163 /*!
163 /*!
164 \fn QChartAxisCategories* categories()
164 \fn QChartAxisCategories* QChartAxis::categories()
165 \brief Returns pointer to the list of categories which correspond to the values on the axis.
165 \brief Returns pointer to the list of categories which correspond to the values on the axis.
166 */
166 */
167
167
168 /*!
168 /*!
169 \fn void ticksCountChanged(int count)
169 \fn void QChartAxis::ticksCountChanged(int count)
170 \brief Emits the new \a count of ticks on the axis
170 \brief Emits the new \a count of ticks on the axis
171 Signal is emitted when the number of the ticks on the axis has been changed to a different value.
171 Signal is emitted when the number of the ticks on the axis has been changed to a different value.
172 Parementer count\a count is the new number of ticks on the axis.
172 Parementer count\a count is the new number of ticks on the axis.
@@ -37,7 +37,6 QTCOMMERCIALCHART_BEGIN_NAMESPACE
37 \value ChartThemeBlueNcs
37 \value ChartThemeBlueNcs
38 \value ChartThemeHighContrast
38 \value ChartThemeHighContrast
39 \value ChartThemeBlueIcy
39 \value ChartThemeBlueIcy
40 \value ChartThemeCount Not really a theme; the total count of themes.
41 */
40 */
42
41
43 /*!
42 /*!
General Comments 0
You need to be logged in to leave comments. Login now