! Sets the pen that will be used to draw the brackets at the beginning and end of each selected data segment. */
| 16444 | data segment. |
| 16445 | */ |
| 16446 | void QCPSelectionDecoratorBracket::setBracketPen(const QPen &pen) |
| 16447 | { |
| 16448 | mBracketPen = pen; |
| 16449 | } |
| 16450 | |
| 16451 | /*! |
| 16452 | Sets the brush that will be used to draw the brackets at the beginning and end of each selected |
nothing calls this directly
no outgoing calls
no test coverage detected