! Creates a new QCPSelectionDecoratorBracket instance with default values. */
| 16424 | Creates a new QCPSelectionDecoratorBracket instance with default values. |
| 16425 | */ |
| 16426 | QCPSelectionDecoratorBracket::QCPSelectionDecoratorBracket() : |
| 16427 | mBracketPen(QPen(Qt::black)), |
| 16428 | mBracketBrush(Qt::NoBrush), |
| 16429 | mBracketWidth(5), |
| 16430 | mBracketHeight(50), |
| 16431 | mBracketStyle(bsSquareBracket), |
| 16432 | mTangentToData(false), |
| 16433 | mTangentAverage(2) |
| 16434 | { |
| 16435 | |
| 16436 | } |
| 16437 | |
| 16438 | QCPSelectionDecoratorBracket::~QCPSelectionDecoratorBracket() |
| 16439 | { |
nothing calls this directly
no outgoing calls
no test coverage detected