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

Method getBorderPen

qcustomplot/qcustomplot.cpp:18786–18789  ·  view source on GitHub ↗

! \internal Returns the pen used to paint the border of the legend, taking into account the selection state of the legend box. */

Source from the content-addressed store, hash-verified

18784 of the legend box.
18785*/
18786QPen QCPLegend::getBorderPen() const
18787{
18788 return mSelectedParts.testFlag(spLegendBox) ? mSelectedBorderPen : mBorderPen;
18789}
18790
18791/*! \internal
18792

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected