Renaming in the aftermath of the MDI window control refactorization. Aligned fieldChangedByUi in that respact as well.

This commit is contained in:
Jacob Støren
2017-01-20 11:38:18 +01:00
parent a1aec0b5e0
commit c025c2a3d7
16 changed files with 82 additions and 101 deletions

View File

@@ -152,7 +152,7 @@ RiuSummaryQwtPlot::~RiuSummaryQwtPlot()
if (m_plotDefinition)
{
m_plotDefinition->detachAllCurves();
m_plotDefinition->handleViewerDeletion();
m_plotDefinition->handleMdiWindowClosed();
}
m_plotMarker->detach();

View File

@@ -182,7 +182,7 @@ RiuViewer::~RiuViewer()
{
if (m_rimView)
{
m_rimView->handleViewerDeletion();
m_rimView->handleMdiWindowClosed();
m_rimView->cameraPosition = m_mainCamera->viewMatrix();
m_rimView->cameraPointOfInterest = pointOfInterest();

View File

@@ -53,7 +53,7 @@ RiuWellAllocationPlot::~RiuWellAllocationPlot()
{
if (m_plotDefinition)
{
m_plotDefinition->handleViewerDeletion();
m_plotDefinition->handleMdiWindowClosed();
}
}

View File

@@ -66,7 +66,7 @@ RiuWellLogPlot::~RiuWellLogPlot()
if (m_plotDefinition)
{
m_plotDefinition->detachAllCurves();
m_plotDefinition->handleViewerDeletion();
m_plotDefinition->handleMdiWindowClosed();
}
}