#760 Input Property rename does not update dependent fields

This commit is contained in:
Magne Sjaastad
2016-10-21 13:57:15 +02:00
parent 3bdefca77e
commit 7c69ae434e
6 changed files with 178 additions and 63 deletions

View File

@@ -64,10 +64,16 @@ public:
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly);
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
virtual void initAfterRead();
virtual void updateLegendCategorySettings() {};
void updateResultNameHasChanged();
void updateAnyFieldHasChanged();
protected:
void updateFieldVisibility();