Salome HOME
Task 5.1.7: To be able to export a part to a file and import it into an existing...
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index 982758244fa3eecb338fcb879d0e8d3b037573fc..1bf77ba3f64671aaf395bf345b69da750ff2282a 100644 (file)
@@ -397,6 +397,12 @@ signals:
   /// Create a new document
   void onNew();
 
+  /// Import part structure from a file
+  void onImportPart();
+
+  /// Export features to a file
+  void onExportPart();
+
 #ifndef HAVE_SALOME
   /// Exit application
   void onExit();