#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

@@ -44,19 +44,18 @@ public:
~RimColorLegend() override;
public:
void setColorLegendName( const QString& colorLegendName );
QString colorLegendName();
void setColorLegendName( const QString& colorLegendName );
void setReadOnly( bool doReadOnly );
void appendColorLegendItem( RimColorLegendItem* colorLegendItem );
void appendColorLegendItem( RimColorLegendItem* colorLegendItem );
std::vector<RimColorLegendItem*> colorLegendItems() const;
cvf::Color3ubArray colorArray() const;
caf::IconProvider paletteIconProvider() const;
caf::IconProvider paletteIconProvider() const;
void onColorLegendItemHasChanged();
public:
caf::PdmFieldHandle* userDescriptionField() override;