mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add project tree for cloud data.
This commit is contained in:
@@ -1320,11 +1320,6 @@ void RimProject::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, Q
|
||||
{
|
||||
if ( m_mainPlotCollection )
|
||||
{
|
||||
if ( activeOilField()->cloudDataCollection() )
|
||||
{
|
||||
uiTreeOrdering.add( activeOilField()->cloudDataCollection() );
|
||||
}
|
||||
|
||||
if ( m_mainPlotCollection->summaryMultiPlotCollection() )
|
||||
{
|
||||
uiTreeOrdering.add( m_mainPlotCollection->summaryMultiPlotCollection() );
|
||||
@@ -1433,6 +1428,16 @@ void RimProject::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, Q
|
||||
{
|
||||
uiTreeOrdering.add( m_plotTemplateTopFolder );
|
||||
}
|
||||
else if ( uiConfigName == "PlotWindow.Cloud" )
|
||||
{
|
||||
if ( m_mainPlotCollection )
|
||||
{
|
||||
if ( activeOilField()->cloudDataCollection() )
|
||||
{
|
||||
uiTreeOrdering.add( activeOilField()->cloudDataCollection() );
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ( uiConfigName == "MainWindow.DataSources" )
|
||||
{
|
||||
RimOilField* oilField = activeOilField();
|
||||
|
||||
Reference in New Issue
Block a user