mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Log Plot and Well Distribution Plots no longer inherit Multiplot
* Also cleaned up RiuQwtPlotWidget
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
|
||||
#include <QPageLayout>
|
||||
|
||||
class RimPlot;
|
||||
class RimProject;
|
||||
class RiuQwtPlotWidget;
|
||||
|
||||
class QwtPlotCurve;
|
||||
class QKeyEvent;
|
||||
@@ -49,17 +51,18 @@ public:
|
||||
RimPlotWindow& operator=( RimPlotWindow&& rhs );
|
||||
|
||||
virtual QString description() const = 0;
|
||||
|
||||
bool legendsVisible() const;
|
||||
void setLegendsVisible( bool doShow );
|
||||
bool legendsHorizontal() const;
|
||||
void setLegendsHorizontal( bool horizontal );
|
||||
int legendFontSize() const;
|
||||
void setLegendFontSize( int fontSize );
|
||||
bool legendsVisible() const;
|
||||
void setLegendsVisible( bool doShow );
|
||||
bool legendsHorizontal() const;
|
||||
void setLegendsHorizontal( bool horizontal );
|
||||
int legendFontSize() const;
|
||||
void setLegendFontSize( int fontSize );
|
||||
|
||||
void updateLayout();
|
||||
void updateParentLayout();
|
||||
|
||||
virtual int columnCount() const;
|
||||
|
||||
void renderWindowContent( QPaintDevice* painter );
|
||||
QPageLayout pageLayout() const;
|
||||
|
||||
@@ -72,6 +75,7 @@ protected:
|
||||
bool* useOptionsOnly ) override;
|
||||
|
||||
void uiOrderingForPlotLayout( QString uiConfigName, caf::PdmUiOrdering& uiOrdering );
|
||||
void updateWindowVisibility();
|
||||
|
||||
private:
|
||||
virtual void doUpdateLayout() {}
|
||||
|
||||
Reference in New Issue
Block a user