#3558 Grid items in Project Tree : Control grid visibility from checked state

This commit is contained in:
Magne Sjaastad
2018-10-26 16:08:27 +02:00
parent 42de5833a9
commit 5906e68245
5 changed files with 128 additions and 50 deletions

View File

@@ -363,6 +363,14 @@ void RimGridView::fieldChangedByUi(const caf::PdmFieldHandle* changedField, cons
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimGridCollection* RimGridView::gridCollection() const
{
return m_gridCollection();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------