Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / PartSet / PartSet_Module.h
index 049e3e424f9b8d2fb2267e7c362229f9de9b6ba2..f4894e239868544517f7f7d0695b5d28065d3f21 100644 (file)
@@ -1,4 +1,3 @@
-
 #ifndef PartSet_Module_H
 #define PartSet_Module_H
 
@@ -9,22 +8,21 @@
 
 #include <QObject>
 
-class PARTSET_EXPORT PartSet_Module : public QObject, public XGUI_Module
+class PARTSET_EXPORT PartSet_Module: public QObject, public XGUI_Module
 {
-    Q_OBJECT
+Q_OBJECT
 public:
-    PartSet_Module(XGUI_Workshop* theWshop);
-    virtual ~PartSet_Module();
+  PartSet_Module(XGUI_Workshop* theWshop);
+  virtual ~PartSet_Module();
 
-    virtual void createFeatures();
-    virtual void featureCreated(XGUI_Command* theFeature);
+  virtual void createFeatures();
+  virtual void featureCreated(XGUI_Command* theFeature);
 
 public slots:
-    void onCommandTriggered();
+  void onFeatureTriggered();
 
 private:
-    QString myMenuXML;
-    XGUI_Workshop* myWorkshop;
+  XGUI_Workshop* myWorkshop;
 };
 
 #endif