Added checkbox for wells in treeview

p4#: 21325
This commit is contained in:
Magne Sjaastad
2013-04-17 08:25:32 +02:00
parent acbe8d23ee
commit ec2754ce30
4 changed files with 67 additions and 14 deletions

View File

@@ -123,3 +123,11 @@ void RimWell::fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QV
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
caf::PdmFieldHandle* RimWell::objectToggleField()
{
return &showWellPipes;
}