mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2727 Legends : Add RimLegendConfig as base for Regular and Ternary
This commit is contained in:
@@ -38,8 +38,9 @@
|
||||
#include <QPointer>
|
||||
|
||||
class RimCase;
|
||||
class RiuViewer;
|
||||
class RimLegendConfig;
|
||||
class RimWellPathCollection;
|
||||
class RiuViewer;
|
||||
class RivWellPathsPartMgr;
|
||||
|
||||
namespace cvf
|
||||
@@ -138,6 +139,7 @@ public:
|
||||
cvf::ref<caf::DisplayCoordTransform> displayCoordTransform() const override;
|
||||
|
||||
virtual RimCase* ownerCase() const = 0;
|
||||
virtual std::vector<RimLegendConfig*> legendConfigs() const = 0;
|
||||
|
||||
protected:
|
||||
static void removeModelByName(cvf::Scene* scene, const cvf::String& modelName);
|
||||
|
||||
Reference in New Issue
Block a user