#6081 Color Results : Update views when color legend content changes

This commit is contained in:
Magne Sjaastad
2020-06-17 13:26:11 +02:00
parent e11557c2be
commit c13f1d752d
16 changed files with 100 additions and 50 deletions

View File

@@ -32,6 +32,7 @@ class ScalarMapper;
class RimSurfaceInView;
class RimSurface;
class RimRegularLegendConfig;
class RiuViewer;
class RimSurfaceInViewCollection : public RimCheckableNamedObject
@@ -53,6 +54,8 @@ public:
bool hasAnyActiveSeparateResults();
void updateLegendRangesTextAndVisibility( RiuViewer* nativeOrOverrideViewer, bool isUsingOverrideViewer );
std::vector<RimRegularLegendConfig*> legendConfigs();
private:
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;