mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6081 Color Results : Update views when color legend content changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user