Salome HOME
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshDlg.h
index d079956ff9f78ad7109397e7cabaf585a6850c1e..3dd5b0697881a354d95c491b95af7a68883adebd 100644 (file)
@@ -66,20 +66,23 @@ public:
   SMESHGUI_MeshDlg( const bool, const bool );
   virtual ~SMESHGUI_MeshDlg();
   
-  SMESHGUI_MeshTab*            tab( const int ) const;
   void                         reset();
-  void                         setCurrentTab( const int );
-  void                         setMaxHypoDim( const int );
+  void                         setTitile( const bool, const bool );
   void                         setHypoSets( const QStringList& );
   void                         setGeomPopupEnabled( const bool );
-  void                         disableTab(const int);
+  int                          getActiveObject();
+
+  SMESHGUI_MeshTab*            tab( const int ) const;
   void                         enableTab(const int);
+  void                         disableTab(const int);
   bool                         isTabEnabled(const int) const;
-  int                          getActiveObject();
+  void                         setCurrentTab( const int );
+  int                          currentTab() const;
+  void                         setMaxHypoDim( const int );
+
   void                         setAvailableMeshType(const QStringList& );
-  int                          currentMeshType();
   void                         setCurrentMeshType( const int );
-  void                         setTitile( const bool, const bool );
+  int                          currentMeshType();
 
 signals:
   void                         hypoSet( const QString& );