#2609 Well Path Creation: Create duplicate of well target

This commit is contained in:
Magne Sjaastad
2018-07-31 11:44:15 +02:00
parent 48e93dab99
commit 2c55506a9b
3 changed files with 29 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ public:
void insertTarget(RimWellPathTarget* targetToInsertBefore, RimWellPathTarget* targetToInsert);
void deleteTarget(RimWellPathTarget* targetTodelete);
void appendTarget();
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly) override;