X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.h;h=ac90ea98a02730215a7fc137396dd72d61729d9a;hb=09360d321e48c3749afa582c0958a28ea7bf9200;hp=d95a75ebed77a62be1fea5b7629fd646df5827bc;hpb=cb9afcaeb3a576dcc428d4fe1741be99347ed486;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index d95a75ebe..ac90ea98a 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -56,8 +56,8 @@ public: /// \param theFeature the feature instance to be displayed /// \param isDisplay the state whether the presentation should be displayed or erased /// \param isUpdateViewer the flag whether the viewer should be updated - void visualizePreview(FeaturePtr theFeature, bool isDisplay, - const bool isUpdateViewer = true); + //void visualizePreview(FeaturePtr theFeature, bool isDisplay, + // const bool isUpdateViewer = true); /// Activates the feature in the displayer /// \param theFeature the feature instance to be displayed @@ -113,7 +113,7 @@ public slots: /// SLOT, to fit all current viewer void onFitAllView(); - void onLaunchOperation(std::string theName, FeaturePtr theFeature); + void onLaunchOperation(std::string theName, ObjectPtr theFeature); /// SLOT, to switch on/off the multi selection in the viewer /// \param theEnabled the enabled state @@ -157,20 +157,11 @@ protected: //! Edits the feature void editFeature(FeaturePtr theFeature); - - //! Shopws working planes in viewer 3d - void showPlanes(); - void erasePlanes(); - private: XGUI_Workshop* myWorkshop; PartSet_Listener* myListener; std::map myFeaturesInFiles; - - boost::shared_ptr myXPlane; - boost::shared_ptr myYPlane; - boost::shared_ptr myZPlane; }; #endif