! Sets the brush that will be used to draw the brackets at the beginning and end of each selected data segment. */
| 16453 | data segment. |
| 16454 | */ |
| 16455 | void QCPSelectionDecoratorBracket::setBracketBrush(const QBrush &brush) |
| 16456 | { |
| 16457 | mBracketBrush = brush; |
| 16458 | } |
| 16459 | |
| 16460 | /*! |
| 16461 | Sets the width of the drawn bracket. The width dimension is always parallel to the key axis of |
nothing calls this directly
no outgoing calls
no test coverage detected