! 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. */
| 18464 | If no border is wanted, set this to \a Qt::NoPen. |
| 18465 | */ |
| 18466 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected