]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_OperationFeatureCreate.h
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSet / PartSet_OperationFeatureCreate.h
index 3c181063d2d3351b7d6b1a0c9fa8122c2209d672..885f8a80eb2ee867b1ffccc6eba59be6fed879ba 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <QObject>
 
-class PartSet_FeaturePrs;
 class GeomDataAPI_Point2D;
 class QMouseEvent;
 class QKeyEvent;
@@ -116,12 +115,6 @@ protected:
   virtual FeaturePtr createFeature(const bool theFlushMessage = true);
 
 protected:
-  ///< Set the point selection mode. Emit signal about focus change if necessary.
-  /// \param theMode a new selection mode
-  /// \param isToEmitSignal the neccessity to emit signal
-  //void setPointSelectionMode(const PartSet_SelectionMode& theMode,
-  //                           const bool isToEmitSignal = true);
-
   /// Returns true if the active widget is the point selector widget
   /// \return the boolean value
   bool isPointWidget() const;
@@ -138,10 +131,8 @@ protected:
   bool setWidgetFeature(const FeaturePtr& theFeature);
 
 private:
-  //boost::shared_ptr<PartSet_FeaturePrs> myFeaturePrs; ///< the feature presentation
   FeaturePtr myInitFeature; ///< the initial feature
   FeaturePtr mySketch; ///< the sketch of the feature
-  //PartSet_SelectionMode myPointSelectionMode; ///< point selection mode
 
   ModuleBase_ModelWidget* myActiveWidget; ///< the active widget
 };