#4880 Further renaming of methods in Rim3dView

This commit is contained in:
Jacob Støren
2019-11-01 10:13:32 +01:00
parent c9af22cf91
commit e85cd1b456
22 changed files with 47 additions and 48 deletions

View File

@@ -316,7 +316,7 @@ RimPropertyFilterCollection* RimGeoMechView::nativePropertyFilterCollection()
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimGeoMechView::onUpdateCurrentTimeStep()
void RimGeoMechView::onUpdateDisplayModelForCurrentTimeStep()
{
onUpdateLegends();
@@ -892,7 +892,7 @@ void RimGeoMechView::updateIconStateForFilterCollections()
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimGeoMechView::axisLabels( cvf::String* xLabel, cvf::String* yLabel, cvf::String* zLabel )
void RimGeoMechView::defineAxisLabels( cvf::String* xLabel, cvf::String* yLabel, cvf::String* zLabel )
{
CVF_ASSERT( xLabel && yLabel && zLabel );