Refactoring. RimViewWindow.loadDataAndUpdate -> onLoadDataAndUpdate

This commit is contained in:
Bjørn Erik Jensen
2017-10-31 12:49:14 +01:00
parent 6aaa8f7606
commit ae20e1af10
23 changed files with 46 additions and 52 deletions

View File

@@ -49,6 +49,14 @@ RimViewWindow::~RimViewWindow(void)
if ( m_windowController() ) delete m_windowController() ;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimViewWindow::loadDataAndUpdate()
{
onLoadDataAndUpdate();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
@@ -143,7 +151,7 @@ void RimViewWindow::fieldChangedByUi(const caf::PdmFieldHandle* changedField, co
{
if (m_showWindow)
{
loadDataAndUpdate();
onLoadDataAndUpdate();
}
else
{