Start on getting the Metadata into the GUI

This commit is contained in:
Jacob Støren
2015-04-30 17:06:01 +02:00
parent 4e9f91274c
commit 1522fe2514
5 changed files with 75 additions and 18 deletions

View File

@@ -87,7 +87,7 @@ RimGeoMechView::RimGeoMechView(void)
CAF_PDM_InitField(&meshMode, "MeshMode", defaultMeshType, "Grid lines", "", "", "");
CAF_PDM_InitFieldNoDefault(&surfaceMode, "SurfaceMode", "Grid surface", "", "", "");
//this->cellResult()->setReservoirView(this);
this->cellResult()->setReservoirView(this);
this->cellResult()->legendConfig()->setPosition(cvf::Vec2ui(10, 120));
this->cellResult()->legendConfig()->setReservoirView(this);
}