Salome HOME
Issue #3138: Create Import, Export sub-menus in File menu
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index 2a3eacc147a1e7beb0fa42e3c9338c95b3f1901d..18f9cd77c3a3932aab81f4262c8e335a068b92e9 100644 (file)
@@ -405,12 +405,15 @@ signals:
   /// Import part structure from a file
   void onImportPart();
 
-  /// Import part structure from a file
+  /// Import shape from a file
   void onImportShape();
 
   /// Export features to a file
   void onExportPart();
 
+  /// Export a shape to a file
+  void onExportShape();
+
 #ifndef HAVE_SALOME
   /// Exit application
   void onExit();