X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_WorkshopListener.h;h=912fb85dff3455125b620f7c8e9c812de853270f;hb=7c06295aea6523048b676312fbeb5da673c0659d;hp=71d0a99852c4ce2e572847f8ed6f01d3a74c8206;hpb=e688b089a4eab3d48ed762e18f9761da01bbaf81;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_WorkshopListener.h b/src/XGUI/XGUI_WorkshopListener.h index 71d0a9985..912fb85df 100755 --- a/src/XGUI/XGUI_WorkshopListener.h +++ b/src/XGUI/XGUI_WorkshopListener.h @@ -44,6 +44,12 @@ signals: /// Emitted when error in applivation happens void errorOccurred(const QString&); +protected slots: + /// Updates Apply All button state of the feature to the state if the feature has the button + /// \param theFeatureId an index of the feature, the action is searched, which state is to be changed + /// \param theState an action enable state + void onNestedStateChanged(const std::string& theFeatureId, const bool theState); + protected: /// Procedure to process postponed events bool event(QEvent * theEvent);