Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
[modules/shaper.git] / src / PartSet / PartSet_SketcherMgr.h
index 6f7cbc8f510b4b352b6d0dd9f65fa4259706f734..c5f7effe100641a20f6e164cf34eac5720d1fb65 100644 (file)
@@ -138,13 +138,13 @@ public:
   bool canDisplayObject() const;
 
   /// Returns true if the current operation is sketch entity create operation
-  /// \param isConstruction the current construction state
+  /// \param theValue the current auxiliary value
   /// \return the boolean result
-  bool canChangeConstruction(bool& isConstruction) const;
+  bool canSetAuxiliary(bool& theValue) const;
   
   /// Changes the sketcher entity construction argument value
   /// \param isChecked if true, the feature is a construction
-  void setConstruction(const bool isChecked);
+  void setAuxiliary(const bool isChecked);
 
 public slots:
   /// Process sketch plane selected event
@@ -171,6 +171,9 @@ private slots:
   void onApplicationStarted();
   void onBeforeWidgetActivated(ModuleBase_ModelWidget* theWidget);
 
+  void onBeforeContextMenu();
+  void onAfterContextMenu();
+
 private:
   /// Launches the operation from current highlighting
   void launchEditing();