X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_SketcherMgr.h;h=c5f7effe100641a20f6e164cf34eac5720d1fb65;hb=a731f82dccbfdb67cbf8e8d617222a4d3e32018a;hp=6f7cbc8f510b4b352b6d0dd9f65fa4259706f734;hpb=31e91a8d11e03ddce87e8c2aa04695961a266a97;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_SketcherMgr.h b/src/PartSet/PartSet_SketcherMgr.h index 6f7cbc8f5..c5f7effe1 100644 --- a/src/PartSet/PartSet_SketcherMgr.h +++ b/src/PartSet/PartSet_SketcherMgr.h @@ -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();