| 114 | bool PlotZoomer::isEnabled() const { return m_en; } |
| 115 | |
| 116 | void PlotZoomer::silentZoom(const QRectF &rect) |
| 117 | { |
| 118 | blockSignals(true); |
| 119 | zoom(rect); |
| 120 | blockSignals(false); |
| 121 | } |
| 122 | |
| 123 | void PlotZoomer::zoom(const QRectF &rect) |
| 124 | { |
no outgoing calls
no test coverage detected