! \overload Adds the provided \a ticks to the ones already existing. The map key of \a ticks corresponds to the axis coordinate, and the map value is the string that will appear as tick label. An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks getter. \see addTick, setTicks, clear */
| 6623 | \see addTick, setTicks, clear |
| 6624 | */ |
| 6625 | void QCPAxisTickerText::addTicks(const QMap<double, QString> &ticks) |
| 6626 | { |
| 6627 | mTicks.unite(ticks); |
| 6628 | } |
| 6629 | |
| 6630 | /*! \overload |
| 6631 |