| 3642 | int selectionTolerance() const { return mSelectionTolerance; } |
| 3643 | bool noAntialiasingOnDrag() const { return mNoAntialiasingOnDrag; } |
| 3644 | QCP::PlottingHints plottingHints() const { return mPlottingHints; } |
| 3645 | Qt::KeyboardModifier multiSelectModifier() const { return mMultiSelectModifier; } |
| 3646 | QCP::SelectionRectMode selectionRectMode() const { return mSelectionRectMode; } |
| 3647 | QCPSelectionRect *selectionRect() const { return mSelectionRect; } |
nothing calls this directly
no outgoing calls
no test coverage detected