X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_CustomPrs.h;h=c12768e0e549f4248fdcba0c060e0255722e3d81;hb=4d3ed04028394a778cbba218593158d0f84c6607;hp=d21bdd0e3afe43e303da98caec158062aaba447d;hpb=38a503cd21409d05639a2508de05b5065f1805fa;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_CustomPrs.h b/src/PartSet/PartSet_CustomPrs.h index d21bdd0e3..c12768e0e 100755 --- a/src/PartSet/PartSet_CustomPrs.h +++ b/src/PartSet/PartSet_CustomPrs.h @@ -29,6 +29,8 @@ class XGUI_Workshop; class PartSet_CustomPrs { public: + /// Constructor + /// \param theWorkshop a reference to workshop PARTSET_EXPORT PartSet_CustomPrs(ModuleBase_IWorkshop* theWorkshop); PARTSET_EXPORT virtual ~PartSet_CustomPrs() {}; @@ -48,6 +50,7 @@ public: /// If the presentation is active[displayed], the shapes of the presentation is recomputed /// and the presentation is redisplayed. + /// \param theObject an object to redisplay /// \param theUpdateViewer the parameter whether the viewer should be update immediatelly /// \returns true if the presentation is redisplayed bool redisplay(const ObjectPtr& theObject, const bool theUpdateViewer);