! \internal Returns the pen that shall be used to draw the icon border, taking into account the selection state of this item. */
| 18190 | state of this item. |
| 18191 | */ |
| 18192 | QPen QCPPlottableLegendItem::getIconBorderPen() const |
| 18193 | { |
| 18194 | return mSelected ? mParentLegend->selectedIconBorderPen() : mParentLegend->iconBorderPen(); |
| 18195 | } |
| 18196 | |
| 18197 | /*! \internal |
| 18198 |
nothing calls this directly
no outgoing calls
no test coverage detected