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

@@ -120,6 +120,7 @@ public:
void clearAllResults();
void freeAllocatedResultsData();
void eraseAllSourSimData();
void eraseGeneratedResult( const RigEclipseResultAddress& resultAddress );
QStringList resultNames( RiaDefines::ResultCatType type ) const;
std::vector<RigEclipseResultAddress> existingResults() const;