| 3645 | Qt::KeyboardModifier multiSelectModifier() const { return mMultiSelectModifier; } |
| 3646 | QCP::SelectionRectMode selectionRectMode() const { return mSelectionRectMode; } |
| 3647 | QCPSelectionRect *selectionRect() const { return mSelectionRect; } |
| 3648 | bool openGl() const { return mOpenGl; } |
| 3649 | |
| 3650 | // setters: |
nothing calls this directly
no outgoing calls
no test coverage detected