(#401) Updated sensitivity and GUI of ViewLink to reflect the visible cells possibilities

This commit is contained in:
Jacob Støren
2015-09-21 18:53:08 +02:00
parent 7cf61eb636
commit a0dabca6ed
2 changed files with 53 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ public:
// Overridden properties
caf::PdmField<bool> syncCellResult;
caf::PdmField<bool> syncVisibleCells;
bool syncVisibleCells();
caf::PdmField<bool> syncRangeFilters;
caf::PdmField<bool> syncPropertyFilters;
@@ -85,11 +85,14 @@ private:
void doSyncTimeStep();
void doSyncCellResult();
bool isVisibleCellsSyncPossible();
RimEclipseView* managedEclipseView();
RimGeoMechView* managedGeoView();
caf::PdmPtrField<RimView*> m_managedView;
QIcon m_originalIcon;
cvf::ref<RigCaseToCaseCellMapper> m_caseToCaseCellMapper;
caf::PdmField<bool> m_syncVisibleCells;
};