#8747 MultiPlot : Duplicate and append plots for selected objects

This commit is contained in:
Magne Sjaastad
2022-03-31 08:57:52 +02:00
parent 28dcd47d73
commit 15f17234c8
9 changed files with 422 additions and 61 deletions

View File

@@ -40,7 +40,10 @@ public:
WELL_GROUP,
REGION,
FIELD,
MISC
MISC,
WELL_FOLDER,
WELL_GROUP_FOLDER,
REGION_FOLDER
};
public:
@@ -66,6 +69,8 @@ public:
void setEnsembleId( int ensembleId );
int ensembleId() const;
std::vector<RimSummaryAddressCollection*> subFolders() const;
private:
RimSummaryAddressCollection*
getOrCreateSubfolder( const QString folderName,