MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / addTicks

Method addTicks

qcustomplot/qcustomplot.cpp:6625–6628  ·  view source on GitHub ↗

! \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 */

Source from the content-addressed store, hash-verified

6623 \see addTick, setTicks, clear
6624*/
6625void QCPAxisTickerText::addTicks(const QMap<double, QString> &ticks)
6626{
6627 mTicks.unite(ticks);
6628}
6629
6630/*! \overload
6631

Callers

nothing calls this directly

Calls 3

insertMethod · 0.80
atMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected