Salome HOME
PAL12789. Add and use COORD_MIN and COORD_MAX macros
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_XmlHandler.h
index c64ff86c87acd40e6156f4ff31d8e5ffdc5493be..79ad43b38fb6d0e1fd5f5e9924f9cdbeb368e0e1 100644 (file)
@@ -16,7 +16,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -32,6 +32,7 @@
 
 #include <qxml.h>
 #include <map>
+#include <list>
 
 class SMESHGUI_XmlHandler : public QXmlDefaultHandler
 {
@@ -53,6 +54,8 @@ class SMESHGUI_XmlHandler : public QXmlDefaultHandler
   std::map<std::string, HypothesisData*> myHypothesesMap;
   std::map<std::string, HypothesisData*> myAlgorithmsMap;
 
+  std::list<HypothesesSet*> myListOfHypothesesSets;
+
  private:
   QString myErrorProt;
   QString myPluginName;