X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.h;h=d2f9c163b48239808792d3debfd1f1057a8dc407;hb=013eda84dcea4a427d406c5c75ba7870f4124b7f;hp=532e874f53465df94c5f9b273a3c26b1c2c1ee8a;hpb=82d3fff7d0ed2c089da5aa6b106789be076081f3;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index 532e874f5..d2f9c163b 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -189,6 +189,11 @@ public slots: /// \param theAIS a presentation object virtual void onObjectDisplayed(ObjectPtr theObject, AISObjectPtr theAIS); + /// Slot called on before object erase + /// \param theObject a data object + /// \param theAIS a presentation object + virtual void onBeforeObjectErase(ObjectPtr theObject, AISObjectPtr theAIS); + /// Called on transformation in current viewer /// \param theTrsfType type of tranformation void onViewTransformed(int theTrsfType = 2);