]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMMain.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMMain.cpp
index b3c381ff12064be15f6dd7a4661a4a4b3c8819f1..5c49116154af82e1e1f882b45c8ba83f4425d205 100644 (file)
@@ -263,6 +263,11 @@ bool modelCDMMain::RefreshProject(
     }
 }
 
+std::map<wxTreeItemId, modelCDMIProjectTreeNode*>& modelCDMMain::GetModelElements()
+{
+  return this->modelElements;
+}
+
 bool modelCDMMain::CloseProject(
     std::string*& result
 )