! Sets the shape that the bracket/marker will have. \see setBracketWidth, setBracketHeight */
| 16483 | \see setBracketWidth, setBracketHeight |
| 16484 | */ |
| 16485 | void QCPSelectionDecoratorBracket::setBracketStyle(QCPSelectionDecoratorBracket::BracketStyle style) |
| 16486 | { |
| 16487 | mBracketStyle = style; |
| 16488 | } |
| 16489 | |
| 16490 | /*! |
| 16491 | Sets whether the brackets will be rotated such that they align with the slope of the data at the |
nothing calls this directly
no outgoing calls
no test coverage detected