SSIHUB: Update file paths for and well path cache

Consolidated cache creation in RimTools
This commit is contained in:
Magne Sjaastad
2013-10-24 09:50:16 +02:00
parent 5772767f79
commit 40092b0d62
12 changed files with 191 additions and 25 deletions

View File

@@ -64,7 +64,9 @@ public:
RivWellPathPartMgr* partMgr();
void readWellPathFile();
void updateFilePathsFromProjectPath();
private:
@@ -76,11 +78,11 @@ private:
virtual void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering );
bool isStoredInCache();
QString getCacheFileName();
QString getCacheDirectoryPath();
virtual void setupBeforeSave();
caf::PdmField<QString> id;
caf::PdmField<QString> sourceSystem;
caf::PdmField<QString> utmZone;