X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Workshop.h;h=9f02d44621f0bf91fa28322d60fa8d192ff083c8;hb=33fd24909f846d17557ec18aebdc6ac4d34f45f8;hp=1d1fa3fee64bc14fcc6fd586c3a385d904fe9b65;hpb=24f9658d6e124a268c6a3abcf24f07aa2dc6d268;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Workshop.h b/src/XGUI/XGUI_Workshop.h index 1d1fa3fee..9f02d4462 100755 --- a/src/XGUI/XGUI_Workshop.h +++ b/src/XGUI/XGUI_Workshop.h @@ -337,6 +337,9 @@ signals: void onPreferences(); #endif + /// Activates/deactivates the trihedron in the viewer AIS context + void onTrihedronVisibilityChanged(bool theState); + protected: /// Sets the granted operations for the parameter operation. Firstly, it finds the nested features /// and set them into the operation. Secondly, it asks the module about ids of granted operations. @@ -399,15 +402,6 @@ private: /// the operation can be committed and do it if it returns true. void onAcceptActionClicked(); - /// Listens the corresponded signal from operation manager and send it with the Ok - /// action to operation manager. - /// \param theEnabled an enabled state for the action - //void onValidationStateChanged(bool theEnabled); - - //connect(myOperationMgr, SIGNAL(validationStateChanged(bool)), - // aOkAct, SLOT(setEnabled(bool))); - - private: /// Init menu void initMenu();