Salome HOME
Issue #3135: Provide standard mode of building for non-dragging objects
[modules/shaper.git] / src / PartSet / PartSet_SketcherMgr.h
index 033c123af6f6ecb278892017cfb558b7b23fc87f..cd8e3380f64e76eec5fc23539b16a46824dafc61 100644 (file)
@@ -382,6 +382,9 @@ public:
   */
   virtual void processEvent(const std::shared_ptr<Events_Message>& theMessage);
 
+  /// Returns true if current mode of objects creation is by drag mouse
+  bool isDragModeCreation() const;
+
 
 public slots:
   /// Process sketch plane selected event
@@ -469,9 +472,6 @@ private:
   void visualizeFeature(const FeaturePtr& theFeature, const bool isEditOperation,
                         const bool isToDisplay, const bool isFlushRedisplay = true);
 
-  /// Returns true if current mode of objects creation is by drag mouse
-  bool isDragModeCreation() const;
-
 private:
   /// Updates selection priority of the presentation
   /// \param theObject object to find a presentation which will be corrected