mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add getters for RimColorLegend++.
This commit is contained in:
committed by
Magne Sjaastad
parent
0bf3ed91f0
commit
db384ea754
@@ -41,9 +41,10 @@ public:
|
||||
RimColorLegendCollection();
|
||||
~RimColorLegendCollection() override;
|
||||
|
||||
public:
|
||||
void appendColorLegend( RimColorLegend* colorLegend );
|
||||
|
||||
std::vector<RimColorLegend*> colorLegends() const;
|
||||
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user