#3810 HoloLens : Tool bar button and scheduler for auto sent to server

This commit is contained in:
Magne Sjaastad
2019-01-14 08:42:54 +01:00
parent af0c169bca
commit 22e8eb485f
8 changed files with 374 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
#include "RiaFieldHandleTools.h"
#include "RiaPreferences.h"
#include "HoloLensCommands/RicExportToSharingServerScheduler.h"
#include "RigActiveCellInfo.h"
#include "RigCaseCellResultsData.h"
#include "RigEclipseCaseData.h"
@@ -568,6 +570,8 @@ void RimEclipseView::createDisplayModel()
plot->viewGeometryUpdated();
}
}
RicExportToSharingServerScheduler::instance()->scheduleUpdateSession();
}
//--------------------------------------------------------------------------------------------------
@@ -588,6 +592,8 @@ void RimEclipseView::updateCurrentTimeStep()
// Invisible Wells are marked as read only when "show wells intersecting visible cells" is enabled
// Visibility of wells differ betweeen time steps, so trigger a rebuild of tree state items
wellCollection()->updateConnectedEditors();
RicExportToSharingServerScheduler::instance()->scheduleUpdateSession();
}
//--------------------------------------------------------------------------------------------------