Added general function used to remove(and delete) pdmObject from pdmPointersField

Used when closing a grid group
p4#: 20992
This commit is contained in:
Magne Sjaastad
2013-03-20 12:08:40 +01:00
parent 9abe7a3b13
commit 06a2f7e17f
4 changed files with 57 additions and 0 deletions

View File

@@ -114,6 +114,8 @@ public:
RimStatisticalCalculation* addStatisticalCalculation(const QModelIndex& itemIndex, QModelIndex& insertedModelIndex);
RimIdenticalGridCaseGroup* addCaseGroup(const QModelIndex& itemIndex, QModelIndex& insertedModelIndex);
bool deleteObjectFromPdmPointersField(const QModelIndex& itemIndex);
void updateScriptPaths();
private slots: