Add getters for RimColorLegend++.

This commit is contained in:
Kristian Bendiksen
2020-05-06 22:30:51 +02:00
committed by Magne Sjaastad
parent 0bf3ed91f0
commit db384ea754
6 changed files with 48 additions and 2 deletions

View File

@@ -45,6 +45,8 @@ public:
void setColorLegendName( const QString& colorLegendName );
void appendColorLegendItem( RimColorLegendItem* colorLegendItem );
std::vector<RimColorLegendItem*> colorLegendItems() const;
public:
caf::PdmFieldHandle* userDescriptionField() override;