mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4480 Add code for import of layer_zone_table.txt and enable manual import.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
class RigFormationNames;
|
||||
|
||||
class QTextStream;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
@@ -41,7 +43,7 @@ public:
|
||||
RigFormationNames* formationNamesData() { return m_formationNamesData.p();}
|
||||
void updateConnectedViews();
|
||||
|
||||
void readFormationNamesFile(QString * errorMessage);
|
||||
void readFormationNamesFile(QString* errorMessage);
|
||||
void updateFilePathsFromProjectPath(const QString& newProjectPath, const QString& oldProjectPath);
|
||||
|
||||
protected:
|
||||
@@ -50,7 +52,10 @@ protected:
|
||||
|
||||
private:
|
||||
void updateUiTreeName();
|
||||
void readLyrFormationNameFile(QTextStream& stream, QString* errorMessage);
|
||||
void readFmuFormationNameFile(QTextStream& stream, QString* errorMessage);
|
||||
|
||||
private:
|
||||
caf::PdmField<QString> m_formationNamesFileName;
|
||||
|
||||
cvf::ref<RigFormationNames> m_formationNamesData;
|
||||
|
||||
Reference in New Issue
Block a user