Salome HOME
SkethMgr - to avoid big arrows in gzy_reactor file
[modules/shaper.git] / src / PartSet / PartSet_Module.h
index 1228a03ba06b0ff87e77345630eb8cf130435c9b..aa57ecd8aee8b11a6d2a9ac52fd8734312ea60dc 100644 (file)
@@ -157,6 +157,10 @@ public slots:
   /// \param theAIS a presentation object
   virtual void onObjectDisplayed(ObjectPtr theObject, AISObjectPtr theAIS);
 
+  /// Called on transformation in current viewer
+  /// \param theTrsfType type of tranformation
+  void onViewTransformed(int theTrsfType = 2);
+
 protected slots:
   /// Called when previous operation is finished
   virtual void onSelectionChanged();
@@ -188,10 +192,6 @@ protected slots:
    /// Processing of vertex selected
    void onVertexSelected();
 
-   /// Called on transformation in current viewer
-   /// \param theTrsfType type of tranformation
-   void onViewTransformed(int theTrsfType = 2);
-
    void onTreeViewDoubleClick(const QModelIndex&);
 
  private: