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

Method setIconBorderPen

qcustomplot/qcustomplot.cpp:18466–18469  ·  view source on GitHub ↗

! Sets the pen used to draw a border around each legend icon. Legend items that draw an icon (e.g. a visual representation of the graph) will use this pen by default. If no border is wanted, set this to \a Qt::NoPen. */

Source from the content-addressed store, hash-verified

18464 If no border is wanted, set this to \a Qt::NoPen.
18465*/
18466void QCPLegend::setIconBorderPen(const QPen &pen)
18467{
18468 mIconBorderPen = pen;
18469}
18470
18471/*!
18472 Sets whether the user can (de-)select the parts in \a selectable by clicking on the QCustomPlot surface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected