MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setSubGridVisible

Method setSubGridVisible

qcustomplot.cpp:7188–7191  ·  view source on GitHub ↗

! Sets whether grid lines at sub tick marks are drawn. \see setSubGridPen */

Source from the content-addressed store, hash-verified

7186 \see setSubGridPen
7187*/
7188void QCPGrid::setSubGridVisible(bool visible)
7189{
7190 mSubGridVisible = visible;
7191}
7192
7193/*!
7194 Sets whether sub grid lines are drawn antialiased.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected