! Creates a new QCPSelectionDecorator instance with default values */
| 10340 | Creates a new QCPSelectionDecorator instance with default values |
| 10341 | */ |
| 10342 | QCPSelectionDecorator::QCPSelectionDecorator() : |
| 10343 | mPen(QColor(80, 80, 255), 2.5), |
| 10344 | mBrush(Qt::NoBrush), |
| 10345 | mScatterStyle(), |
| 10346 | mUsedScatterProperties(QCPScatterStyle::spNone), |
| 10347 | mPlottable(0) |
| 10348 | { |
| 10349 | } |
| 10350 | |
| 10351 | QCPSelectionDecorator::~QCPSelectionDecorator() |
| 10352 | { |
nothing calls this directly
no outgoing calls
no test coverage detected