mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#7928 Add user interface for exporting multiple well logs.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user