Moved building of time step names for UI to case

This commit is contained in:
Magne Sjaastad
2015-09-21 11:20:07 +02:00
parent c32f4cabfe
commit 06e8bc2ec5
6 changed files with 65 additions and 32 deletions

View File

@@ -56,6 +56,9 @@ public:
virtual void updateFilePathsFromProjectPath(const QString& projectPath, const QString& oldProjectPath);
virtual std::vector<RimView*> views();
virtual QStringList timeStepStrings();
// Fields:
caf::PdmChildArrayField<RimGeoMechView*> geoMechViews;