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

Method setAntialiasedSubGrid

qcustomplot/qcustomplot.cpp:7196–7199  ·  view source on GitHub ↗

! Sets whether sub grid lines are drawn antialiased. */

Source from the content-addressed store, hash-verified

7194 Sets whether sub grid lines are drawn antialiased.
7195*/
7196void QCPGrid::setAntialiasedSubGrid(bool enabled)
7197{
7198 mAntialiasedSubGrid = enabled;
7199}
7200
7201/*!
7202 Sets whether zero lines are drawn antialiased.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected