mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8747 MultiPlot : Duplicate and append plots for selected objects
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user