! \internal Returns the pen that should be used for drawing lines. Returns mPen when the item is not selected and mSelectedPen when it is. */
| 28234 | item is not selected and mSelectedPen when it is. |
| 28235 | */ |
| 28236 | QPen QCPItemStraightLine::mainPen() const |
| 28237 | { |
| 28238 | return mSelected ? mSelectedPen : mPen; |
| 28239 | } |
| 28240 | /* end of 'src/items/item-straightline.cpp' */ |
| 28241 | |
| 28242 |
nothing calls this directly
no outgoing calls
no test coverage detected