Salome HOME
PAL10237. Read HypothesesSet's
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_XmlHandler.h
index c64ff86c87acd40e6156f4ff31d8e5ffdc5493be..ecf738528fe8b96ebadb57a6c66fb1d631f10bab 100644 (file)
@@ -53,6 +53,8 @@ class SMESHGUI_XmlHandler : public QXmlDefaultHandler
   std::map<std::string, HypothesisData*> myHypothesesMap;
   std::map<std::string, HypothesisData*> myAlgorithmsMap;
 
   std::map<std::string, HypothesisData*> myHypothesesMap;
   std::map<std::string, HypothesisData*> myAlgorithmsMap;
 
+  std::list<HypothesesSet*> myListOfHypothesesSets;
+
  private:
   QString myErrorProt;
   QString myPluginName;
  private:
   QString myErrorProt;
   QString myPluginName;