#3528 Allow deleting of the whole casing design table.

This commit is contained in:
Gaute Lindkvist
2018-10-19 16:39:28 +02:00
parent 9abbdb2fd8
commit b316aff35a
4 changed files with 50 additions and 11 deletions

View File

@@ -100,6 +100,15 @@ void RimWellPathAttributeCollection::deleteAttribute(RimWellPathAttribute* attri
this->updateAllReferringTracks();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellPathAttributeCollection::deleteAllAttributes()
{
m_attributes.deleteAllChildObjects();
this->updateAllReferringTracks();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------