mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2727 Legends : Rename to RimRegularLegendConfig
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "RimEclipseFaultColors.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimFormationNames.h"
|
||||
#include "RimLegendConfig.h"
|
||||
#include "RimRegularLegendConfig.h"
|
||||
#include "RimReservoirCellResultsStorage.h"
|
||||
|
||||
#include "RivIntersectionPartMgr.h"
|
||||
@@ -793,7 +793,7 @@ QString RiuResultTextBuilder::cellResultText(RimEclipseCellColors* resultColors)
|
||||
QString resultValueText;
|
||||
if (resultColors->hasCategoryResult())
|
||||
{
|
||||
RimLegendConfig* legendConfig = resultColors->legendConfig();
|
||||
RimRegularLegendConfig* legendConfig = resultColors->legendConfig();
|
||||
|
||||
resultValueText += legendConfig->categoryNameFromCategoryValue(scalarValue);
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
#include "RimGeoMechView.h"
|
||||
#include "RimIntersection.h"
|
||||
#include "RimIntersectionBox.h"
|
||||
#include "RimLegendConfig.h"
|
||||
#include "RimRegularLegendConfig.h"
|
||||
#include "RimSimWellInView.h"
|
||||
#include "RimTernaryLegendConfig.h"
|
||||
#include "RimViewController.h"
|
||||
|
||||
Reference in New Issue
Block a user