mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9209 Refactor RiuMultiPlotPage/RiuSummaryMultiPlotPage plot reinsertion.
This commit is contained in:
@@ -122,6 +122,32 @@ protected:
|
||||
virtual void reinsertPlotWidgets();
|
||||
virtual void refreshLegends();
|
||||
|
||||
void addLegendWidget( RiuPlotWidget* plotWidget,
|
||||
RiuQwtPlotLegend* legend,
|
||||
RiuDraggableOverlayFrame* legendFrame,
|
||||
int row,
|
||||
int column,
|
||||
int colSpan );
|
||||
|
||||
void reinsertPlotWidget( RiuPlotWidget* plotWidget,
|
||||
RiuQwtPlotLegend* legend,
|
||||
RiuDraggableOverlayFrame* legendFrame,
|
||||
QLabel* subTitle,
|
||||
int row,
|
||||
int column,
|
||||
int rowSpan,
|
||||
int colSpan );
|
||||
|
||||
void updateSubTitleVisibility( QLabel* subTitle );
|
||||
|
||||
void setDefaultAxisProperties( RiuPlotWidget* plotWidget, int row, int column );
|
||||
|
||||
void adjustHeadingSpacing( RiuPlotWidget* plotWidget );
|
||||
|
||||
void setRowAndColumnStretches( int row, int column, int rowSpan, int colSpan );
|
||||
|
||||
void updateLegendVisibility( RiuPlotWidget* plotWidget, RiuQwtPlotLegend* legend, RiuDraggableOverlayFrame* legendFrame );
|
||||
|
||||
void updateTitleFont();
|
||||
|
||||
int alignCanvasTops();
|
||||
|
||||
Reference in New Issue
Block a user