#7928 Add user interface for exporting multiple well logs.

This commit is contained in:
Kristian Bendiksen
2021-09-09 08:38:00 +02:00
parent a3a2aac9b6
commit 8f5beb8851
19 changed files with 782 additions and 43 deletions
@@ -42,9 +42,10 @@ public:
RicImportWellPaths();
caf::PdmScriptResponse execute() override;
protected:
static std::vector<RimWellPath*>
importWellPaths( const QStringList& wellPathFilePaths, bool importGrouped, QStringList* errorMessages );
importWellPaths( const QStringList& wellPathFilePaths, bool importGrouped, QStringList* errorMessages );
protected:
static QStringList wellPathNameFilters();
bool isCommandEnabled() override;