Grid Calculator: Fix view updates when calculation is changed or removed.

This commit is contained in:
Kristian Bendiksen
2022-05-02 14:25:45 +02:00
parent fdefb214d8
commit b761bb42af
10 changed files with 102 additions and 28 deletions

View File

@@ -64,6 +64,7 @@ public:
bool parseExpression();
virtual bool calculate() = 0;
virtual void updateDependentObjects() = 0;
virtual void removeDependentObjects() = 0;
caf::PdmFieldHandle* userDescriptionField() override;