mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5019 Separate intersection legends in place in ordinary views
Needs some cleanup and not working in 2dintersection views
This commit is contained in:
@@ -59,6 +59,9 @@ class RiuViewer;
|
||||
class RivReservoirSimWellsPartMgr;
|
||||
class RivIntersectionPartMgr;
|
||||
class RivReservoirViewPartMgr;
|
||||
class RimRegularLegendConfig;
|
||||
class RimTernaryLegendConfig;
|
||||
class RimEclipseResultDefinition;
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
@@ -176,9 +179,12 @@ private:
|
||||
void updateStaticCellColors( RivCellSetEnum geometryType );
|
||||
|
||||
void onUpdateLegends() override;
|
||||
void updateMinMaxValuesAndAddLegendToView( QString legendLabel,
|
||||
RimEclipseCellColors* resultColors,
|
||||
RigCaseCellResultsData* cellResultsData );
|
||||
void updateLegendTextAndRanges( RimRegularLegendConfig* legendConfig,
|
||||
RimTernaryLegendConfig* ternaryLegendConfig,
|
||||
QString legendLabel,
|
||||
RimEclipseResultDefinition* eclResDef,
|
||||
int timeStepIndex );
|
||||
|
||||
void onResetLegendsInViewer() override;
|
||||
void updateVirtualConnectionLegendRanges();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user