Rename to plotAxis()

This commit is contained in:
Magne Sjaastad
2023-09-17 15:00:34 +02:00
parent 7d7442c3f8
commit e8aada80c5
13 changed files with 57 additions and 57 deletions

View File

@@ -327,7 +327,7 @@ const QString RimPlotAxisProperties::axisTitleText() const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RiuPlotAxis RimPlotAxisProperties::plotAxisType() const
RiuPlotAxis RimPlotAxisProperties::plotAxis() const
{
return RiuPlotAxis( m_plotAxis.value(), m_plotAxisIndex );
}
@@ -712,7 +712,7 @@ void RimPlotAxisProperties::fieldChangedByUi( const caf::PdmFieldHandle* changed
else if ( changedField == &m_plotAxis )
{
RiuPlotAxis oldPlotAxis = RiuPlotAxis( (RiaDefines::PlotAxis)oldValue.toInt(), m_plotAxisIndex );
axisPositionChanged.send( this, oldPlotAxis, plotAxisType() );
axisPositionChanged.send( this, oldPlotAxis, plotAxis() );
}
else
{