X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_FacesPanel.h;h=d442ee6b87f174b51cfc1a7e0f138f9f882fbfd8;hb=c942db5a30da5f57a89e6d4835187d64a74f89ca;hp=68a3ce53bd71b7be1b39341eb9648767052f85d7;hpb=af4e0c2322d30474a842c6d43b229b126c9992ea;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_FacesPanel.h b/src/XGUI/XGUI_FacesPanel.h index 68a3ce53b..d442ee6b8 100644 --- a/src/XGUI/XGUI_FacesPanel.h +++ b/src/XGUI/XGUI_FacesPanel.h @@ -122,18 +122,6 @@ public: /// \param theEvent an event virtual bool eventFilter(QObject* theObject, QEvent *theEvent); - /// Hide/show faces of the object if: - /// - face selector is active - /// - object is mentioned in the list of selected elements - /// If the object is displayed, all panel faces selected on it will be moved into presentation - /// or, if redisplayed, fuction return if the object should be redisplayed or not - /// \param theObject a customized object - /// \param thePresentation visualized presentation of the object - /// \return true if the presentation is customized - bool customizeObject(const std::shared_ptr& theObject, - const std::shared_ptr& thePresentation); - - XGUI_Workshop* workshop() const { return myWorkshop; }