Salome HOME
Les préférences.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AdaptDlg.h
index 0aded7c318529ccbe158751d45fd360cff340bfa..2b139a3c0dc84b28263bb45b8d3d9a39233a5100 100644 (file)
@@ -74,10 +74,13 @@ public:
                      SMESH::SMESH_Mesh_ptr = SMESH::SMESH_Mesh::_nil() );
   ~SMESHGUI_AdaptDlg();
 
+  virtual bool action (int theCommandID);
   virtual bool OnGUIEvent (int theCommandID);
 
   static QString                GetDefaultName( const QString& );
 
+//   static ADAPT::ADAPT_Gen_var InitAdaptGen(SalomeApp_Application*); 
+
 public slots:
   void onAdd();
   void onRemove();
@@ -148,6 +151,7 @@ private:
 
  private:
 
+  void recupPreferences();
   SMESHGUI*                     mySMESHGUI;              /* Current SMESHGUI object */
   LightApp_SelectionMgr*        mySelectionMgr;          /* User shape selection */
   int                           myGrpTypeId;             /* Current group type id : standalone or group on geometry */
@@ -228,6 +232,15 @@ private:
 
   QString                       myObjectToSelect;
   bool                          myIsApplyAndClose;
+
+  QString _ObjectName;
+  QString _LanguageShort ;
+  int _PublisMeshIN ;
+  int _PublisMeshOUT ;
+  int _YACSMaxIter ;
+  int _YACSMaxNode ;
+  int _YACSMaxElem ;
+  int _YACSTypeTest ;
 };
 
 #endif // SMESHGUI_ADAPTDLG_H