! Sets whether grid lines at sub tick marks are drawn. \see setSubGridPen */
| 7186 | \see setSubGridPen |
| 7187 | */ |
| 7188 | void QCPGrid::setSubGridVisible(bool visible) |
| 7189 | { |
| 7190 | mSubGridVisible = visible; |
| 7191 | } |
| 7192 | |
| 7193 | /*! |
| 7194 | Sets whether sub grid lines are drawn antialiased. |
nothing calls this directly
no outgoing calls
no test coverage detected