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

Method setPlottingHints

qcustomplot/qcustomplot.cpp:13185–13188  ·  view source on GitHub ↗

! Sets the plotting hints for this QCustomPlot instance as an \a or combination of QCP::PlottingHint. \see setPlottingHint */

Source from the content-addressed store, hash-verified

13183 \see setPlottingHint
13184*/
13185void QCustomPlot::setPlottingHints(const QCP::PlottingHints &hints)
13186{
13187 mPlottingHints = hints;
13188}
13189
13190/*!
13191 Sets the specified plotting \a hint to \a enabled.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected