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

Method setSelectedBasePen

qcustomplot/qcustomplot.cpp:8353–8356  ·  view source on GitHub ↗

! Sets the pen that is used to draw the axis base line when selected. \see setBasePen, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions */

Source from the content-addressed store, hash-verified

8351 \see setBasePen, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions
8352*/
8353void QCPAxis::setSelectedBasePen(const QPen &pen)
8354{
8355 mSelectedBasePen = pen;
8356}
8357
8358/*!
8359 Sets the pen that is used to draw the (major) ticks when selected.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected