Add multi axis zoom class

Add class used to zoom all axis in a plot based on a screen rectangle.
This commit is contained in:
Magne Sjaastad
2023-09-15 13:35:04 +02:00
parent 70dcb48830
commit cc59eba6e0
8 changed files with 171 additions and 37 deletions

View File

@@ -73,6 +73,5 @@ private:
std::unique_ptr<RiuPlotAnnotationTool> m_annotationTool;
QwtPlotMarker* m_selectedPointMarker;
QPointer<RiuQwtPlotZoomer> m_zoomerLeft;
QPointer<RiuQwtPlotZoomer> m_zoomerRight;
QPointer<RiuQwtPlotZoomer> m_plotZoomer;
};