X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_WorkshopListener.h;h=16a0de8712c1b522f2ad8417ee4265fc3d1d1d88;hb=64fc7e4fdd63997ec7a502b233ef5f88186d5bbb;hp=912fb85dff3455125b620f7c8e9c812de853270f;hpb=9f1d5e2c89ba45d2ba3d098ca8ea020bd3310488;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_WorkshopListener.h b/src/XGUI/XGUI_WorkshopListener.h index 912fb85df..16a0de871 100755 --- a/src/XGUI/XGUI_WorkshopListener.h +++ b/src/XGUI/XGUI_WorkshopListener.h @@ -48,7 +48,7 @@ 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); + //void onNestedStateChanged(const std::string& theFeatureId, const bool theState); protected: /// Procedure to process postponed events @@ -72,6 +72,10 @@ protected: /// \return true if the object is displayed bool displayObject(ObjectPtr theObj); + /// Calls the module method of cusomize object for the feature of the current operation + /// \return true if the object is modified + bool customizeCurrentObject(); + /// Returns the workshop XGUI_Workshop* workshop() const;