#1468 New feature 'Import Completions'

This commit is contained in:
Bjørnar Grip Fjær
2017-05-10 17:09:54 +02:00
parent 34f00b07ef
commit 15bac1b050
6 changed files with 162 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class RifWellPathImporter;
class RigWellPath;
class RimProject;
class RimWellLogFile;
class RimWellPathCompletionCollection;
class RivWellPathPartMgr;
class RimFishbonesMultipleSubs;
@@ -71,6 +72,7 @@ public:
caf::PdmField<double> wellPathRadiusScaleFactor;
caf::PdmChildField<RimWellLogFile*> m_wellLogFile;
caf::PdmChildField<RimWellPathCompletionCollection*> m_completionCollection;
RigWellPath* wellPathGeometry();
caf::PdmChildArrayField<RimFishbonesMultipleSubs*> fishbonesSubs;
@@ -89,6 +91,7 @@ private:
void setSurveyType(QString surveyType);
virtual void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering );
virtual void defineUiTreeOrdering(caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName) override;
bool isStoredInCache();
QString getCacheFileName();