#9202 Summary Multi Plot: add option for having the legend inside the plot

This commit is contained in:
Kristian Bendiksen
2022-08-17 14:38:16 +02:00
committed by Magne Sjaastad
parent 318f187635
commit f9f49e9f58
5 changed files with 48 additions and 11 deletions

View File

@@ -165,6 +165,7 @@ public:
void addOverlayFrame( RiuDraggableOverlayFrame* overlayWidget );
void removeOverlayFrame( RiuDraggableOverlayFrame* overlayWidget );
void clearOverlayFrames();
virtual void updateLayout() = 0;
virtual void renderTo( QPainter* painter, const QRect& targetRect, double scaling ) = 0;