! Creates a new QCPSelectionDecorator instance with default values */
| 11058 | Creates a new QCPSelectionDecorator instance with default values |
| 11059 | */ |
| 11060 | QCPSelectionDecorator::QCPSelectionDecorator() : |
| 11061 | mPen(QColor(80, 80, 255), 2.5), |
| 11062 | mBrush(Qt::NoBrush), |
| 11063 | mUsedScatterProperties(QCPScatterStyle::spNone), |
| 11064 | mPlottable(nullptr) |
| 11065 | { |
| 11066 | } |
| 11067 | |
| 11068 | QCPSelectionDecorator::~QCPSelectionDecorator() |
| 11069 | { |