MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setZeroLinePen

Method setZeroLinePen

3rdparty/qcustomplot/qcustomplot.cpp:7925–7928  ·  view source on GitHub ↗

! Sets the pen with which zero lines are drawn. Zero lines are lines at value coordinate 0 which may be drawn with a different pen than other grid lines. To disable zero lines and just draw normal grid lines at zero, set \a pen to Qt::NoPen. */

Source from the content-addressed store, hash-verified

7923 lines. To disable zero lines and just draw normal grid lines at zero, set \a pen to Qt::NoPen.
7924*/
7925void QCPGrid::setZeroLinePen(const QPen &pen)
7926{
7927 mZeroLinePen = pen;
7928}
7929
7930/*! \internal
7931

Callers 1

QCPAxisRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected