mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary Multiplot: sync plot selection in tree with view (#8788)
* Make sure the subplot selected in the tree is shown in the multiplot viewer. * Clean up multiplot toolbar handling a bit * Remove old summary plot toolbar.
This commit is contained in:
@@ -89,11 +89,8 @@ public:
|
||||
void setRowCount( RiaDefines::RowCount rowCount );
|
||||
void setTickmarkCount( RimPlotAxisPropertiesInterface::LegendTickmarkCountEnum tickmarkCount );
|
||||
|
||||
int columnCount() const override;
|
||||
int rowsPerPage() const;
|
||||
caf::PdmFieldHandle* columnCountField();
|
||||
caf::PdmFieldHandle* rowsPerPageField();
|
||||
caf::PdmFieldHandle* pagePreviewField();
|
||||
int columnCount() const override;
|
||||
int rowsPerPage() const;
|
||||
|
||||
void setShowPlotTitles( bool enable );
|
||||
bool showPlotTitles() const;
|
||||
@@ -108,6 +105,8 @@ public:
|
||||
int axisTitleFontSize() const;
|
||||
int axisValueFontSize() const;
|
||||
|
||||
virtual std::vector<caf::PdmFieldHandle*> fieldsToShowInToolbar();
|
||||
|
||||
protected:
|
||||
QImage snapshotWindowContent() override;
|
||||
|
||||
@@ -129,7 +128,6 @@ protected:
|
||||
void onLoadDataAndUpdate() override;
|
||||
void initAfterRead() override;
|
||||
|
||||
|
||||
void applyPlotWindowTitleToWidgets();
|
||||
void updatePlots();
|
||||
void updateZoom();
|
||||
|
||||
Reference in New Issue
Block a user