#3208 Improve read only settings in well path target list

This commit is contained in:
Jacob Støren
2018-08-14 14:23:55 +02:00
parent a6d91873e6
commit 1d4fef5a8b
3 changed files with 72 additions and 7 deletions

View File

@@ -49,6 +49,8 @@ public:
void deleteTarget(RimWellPathTarget* targetTodelete);
void appendTarget();
const RimWellPathTarget* firstActiveTarget() const;
const RimWellPathTarget* lastActiveTarget() const;
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly) override;