Salome HOME
23352: [CEA] Order and naming of meshing algorithms
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Hypotheses.cxx
index 9bfb74ac6ecaeb405eefdee147f896e21b7f1813..07757c9090bdf503abaee9a2847a9cad97d84684 100644 (file)
@@ -749,6 +749,8 @@ HypothesisData::HypothesisData( const QString& theTypeName,
                                 const QString& theLabel,
                                 const QString& theIconId,
                                 const QString& theContext,
+                                const int      theGroupID,
+                                const int      thePriority,
                                 const QList<int>& theDim,
                                 const bool theIsAuxOrNeedHyp,
                                 const QStringList& theBasicHypos,
@@ -764,6 +766,8 @@ HypothesisData::HypothesisData( const QString& theTypeName,
     Label( theLabel ),
     IconId( theIconId ),
     Context( theContext ),
+    GroupID( theGroupID ),
+    Priority( thePriority ),
     Dim( theDim ),
     IsAuxOrNeedHyp( theIsAuxOrNeedHyp ),
     IsNeedGeometry( theIsNeedGeometry ),