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

Method getIconBorderPen

qcustomplot.cpp:18192–18195  ·  view source on GitHub ↗

! \internal Returns the pen that shall be used to draw the icon border, taking into account the selection state of this item. */

Source from the content-addressed store, hash-verified

18190 state of this item.
18191*/
18192QPen QCPPlottableLegendItem::getIconBorderPen() const
18193{
18194 return mSelected ? mParentLegend->selectedIconBorderPen() : mParentLegend->iconBorderPen();
18195}
18196
18197/*! \internal
18198

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected