| 3842 | bool autoAddPlottableToLegend() const { return mAutoAddPlottableToLegend; } |
| 3843 | const QCP::Interactions interactions() const { return mInteractions; } |
| 3844 | int selectionTolerance() const { return mSelectionTolerance; } |
| 3845 | bool noAntialiasingOnDrag() const { return mNoAntialiasingOnDrag; } |
| 3846 | QCP::PlottingHints plottingHints() const { return mPlottingHints; } |
| 3847 | Qt::KeyboardModifier multiSelectModifier() const { return mMultiSelectModifier; } |