@@ -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 | 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 | 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 | 170 | \brief Emits the new \a count of ticks on the axis |
|
171 | 171 | Signal is emitted when the number of the ticks on the axis has been changed to a different value. |
|
172 | 172 | Parementer count\a count is the new number of ticks on the axis. |
General Comments 0
You need to be logged in to leave comments.
Login now