Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index f0121474b608056a73f56fff7444d7ca5f8748c8..cd77d3b13a29f56584cbca2bba009767b65366de 100644 (file)
@@ -139,6 +139,8 @@ protected slots:
   /// \param theOpertion a stopped operation
   void onOperationStopped(ModuleBase_Operation* theOperation);
 
+  void onContextMenuCommand(const QString& theId, bool isChecked);
+
 private:
   void initMenu();
 
@@ -151,6 +153,9 @@ private:
   // Creates Dock widgets: Object browser and Property panel
   void createDockWidgets();
 
+  //! Activates or deactivates currently selected part
+  void activatePart(bool toActivate);
+
   QString myCurrentFile;
   XGUI_MainWindow* myMainWindow;
   XGUI_Module* myPartSetModule;