Grid Property Calculator: Improve UI to allow only one filter.

This commit is contained in:
Kristian Bendiksen
2022-06-10 11:55:41 +02:00
parent 5ea621d36f
commit c177e51c45
3 changed files with 41 additions and 3 deletions

View File

@@ -43,6 +43,9 @@ public:
void removeDependentObjects() override;
protected:
void onChildrenUpdated( caf::PdmChildArrayFieldHandle* childArray,
std::vector<caf::PdmObjectHandle*>& updatedObjects ) override;
RimGridCalculationVariable* createVariable() const override;
std::pair<bool, QString> validateVariables();