X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.h;h=b4158194bf4f8947b666b5cf621aeb5d9f63086c;hb=b7f954c1e5b9da1fc425908ac4edfebb513ebf23;hp=74a16f2248f33199e47f8d54c402636130499e05;hpb=ca1ced8be909571c1943ddb2f32d475e9324e30f;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.h b/src/PartSet/PartSet_WidgetSketchLabel.h index 74a16f224..b4158194b 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.h +++ b/src/PartSet/PartSet_WidgetSketchLabel.h @@ -118,8 +118,14 @@ signals: /// \param theState a state of the check box void showConstraintToggled(int theType, bool theState); + /// The signal is emitted when user checks "Show free points" button + /// \param toShow a state of the check box void showFreePoints(bool toShow); + /// The signal is emitted when user checks "Automatic constraints" button + /// \param isOn a state of the check box + void autoConstraints(bool isOn); + protected: /// Creates a backup of the current values of the attribute /// It should be realized in the specific widget because of different @@ -223,6 +229,7 @@ private: QCheckBox* myViewInverted; QCheckBox* myRemoveExternal; QCheckBox* myShowPoints; + QCheckBox* myAutoConstraints; QMap myShowConstraints;