#2751 Rename ensamble to ensemble

This commit is contained in:
Bjørn Erik Jensen
2018-04-19 14:00:00 +02:00
parent 6ff50f3bca
commit e5570441f6
26 changed files with 193 additions and 193 deletions

View File

@@ -37,7 +37,7 @@ class QwtScaleWidget;
class RiuCvfOverlayItemWidget;
class RimSummaryPlot;
class RimEnsambleCurveSet;
class RimEnsembleCurveSet;
//==================================================================================================
//
@@ -65,8 +65,8 @@ public:
const QwtInterval& rightAxis,
const QwtInterval& timeAxis);
void addOrUpdateEnsambleCurveSetLegend(RimEnsambleCurveSet * curveSetToShowLegendFor);
void removeEnsambleCurveSetLegend(RimEnsambleCurveSet * curveSetToShowLegendFor);
void addOrUpdateEnsembleCurveSetLegend(RimEnsembleCurveSet * curveSetToShowLegendFor);
void removeEnsembleCurveSetLegend(RimEnsembleCurveSet * curveSetToShowLegendFor);
static void setCommonPlotBehaviour(QwtPlot* plot);
static void enableDateBasedBottomXAxis(QwtPlot* plot);
@@ -93,7 +93,7 @@ private:
QPointer<QwtPlotZoomer> m_zoomerLeft;
QPointer<QwtPlotZoomer> m_zoomerRight;
std::map< caf::PdmPointer<RimEnsambleCurveSet>, QPointer<RiuCvfOverlayItemWidget> > m_ensembleLegendWidgets;
std::map< caf::PdmPointer<RimEnsembleCurveSet>, QPointer<RiuCvfOverlayItemWidget> > m_ensembleLegendWidgets;
};