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
@@ -47,6 +47,14 @@ void RimColorLegendCollection::appendColorLegend( RimColorLegend* colorLegend )
|
||||
m_colorLegends.push_back( colorLegend );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RimColorLegend*> RimColorLegendCollection::colorLegends() const
|
||||
{
|
||||
return m_colorLegends.childObjects();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user