Salome HOME
Zcracks plugin adaptation to new Zcracks tool
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshDlg.h
index 37742bbe7eec0d720ed54c2b0d2a6ccd68d70d54..afc499f34e2ee4bddfcf9de36b8945ccb51c4218 100644 (file)
@@ -78,6 +78,7 @@ public:
   void                         setAvailableMeshType(const QStringList& );
   int                          currentMeshType();
   void                         setCurrentMeshType( const int );
+  void                         setTitile( const bool, const bool );
 
 signals:
   void                         hypoSet( const QString& );
@@ -149,7 +150,7 @@ private slots:
 
 private:
 
-  void                         addItem( const QString& txt, const int type, const int index );
+  void                         addItem( const QString& txt, const int type, const int index, const bool isGroup=false );
   int                          getCurrentIndex( const int type, const bool curByType=false) const;
 
   QMap<int, QStringList>       myAvailableHypTypes;