mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8676 QtChart : Create curve legend widget for multiplot
This commit is contained in:
@@ -35,6 +35,7 @@ class QWheelEvent;
|
||||
class RiuPlotWidget;
|
||||
class RiuPlotCurve;
|
||||
class RiuPlotItem;
|
||||
class RimPlotCurve;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
@@ -101,6 +102,8 @@ public:
|
||||
virtual caf::PdmObject* findPdmObjectFromPlotCurve( const RiuPlotCurve* curve ) const;
|
||||
virtual void handleDroppedObjects( const std::vector<caf::PdmObjectHandle*>& objects );
|
||||
|
||||
virtual std::vector<RimPlotCurve*> visibleCurvesForLegend();
|
||||
|
||||
protected:
|
||||
virtual RiuPlotWidget* doCreatePlotViewWidget( QWidget* parent ) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user