X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_FacesPanel.h;fp=src%2FXGUI%2FXGUI_FacesPanel.h;h=87650843ea8f0bd172a28697a13d1e3f6418b07e;hb=ff79b1d7d55d2d8156d9f9cebad0d9e42bde3c9b;hp=a76dfa550cc5c41e5fd3fd1d6c2cb26e6f024d6f;hpb=ca4fd4963bc25eab9382b9c8b9f5494c1acc8dac;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_FacesPanel.h b/src/XGUI/XGUI_FacesPanel.h index a76dfa550..87650843e 100644 --- a/src/XGUI/XGUI_FacesPanel.h +++ b/src/XGUI/XGUI_FacesPanel.h @@ -28,7 +28,6 @@ #include #include -#include #include #include @@ -159,20 +158,6 @@ private: static void updateProcessedObjects(QMap theItems, std::set& theObjects); - /// Returns maps of shapes and presentations. If object is a body result then it returns - /// its ruslts. If it is a group then it returns result of shapes included into the gropup - /// The function doesn't clear content of input maps. - /// \param thePrs a selected presintation - /// \param theObjectsToShapes map of objects to shapes list - /// \param theObjectToPrs map of objects to presentations - void getObjectsMapFromResult(ResultGroupPtr theResGroup, FeaturePtr theGroupFeature, - std::map& theObjectsToShapes, - std::map& theObjectToPrs); - - void getObjectsMapFromPrs(ModuleBase_ViewerPrsPtr thePrs, - std::map& theObjectToShapes, - std::map& theObjectToPrs); - /// Returns true if transparency choice is checked /// \return boolean value bool useTransparency() const; @@ -208,7 +193,6 @@ private: QMap myItems; ///< selected face items std::set myItemObjects; ///< cached objects of myItems std::set myHiddenObjects; ///< hidden objects - std::set myHiddenGroups; ///< hidden objects }; #endif