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

Method getBrush

qcustomplot/qcustomplot.cpp:18796–18799  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

18794 state of the legend box.
18795*/
18796QBrush QCPLegend::getBrush() const
18797{
18798 return mSelectedParts.testFlag(spLegendBox) ? mSelectedBrush : mBrush;
18799}
18800
18801/*! \internal
18802

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected