X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Tool.h;h=4ea4039edd77b2fec67829cf454ccb8205fad0db;hb=a53349567d67f4df0ef737798a25c24d9dc8f08e;hp=60600a54bf5b51e4f7ba63e93fc3fcae5910b961;hpb=439579ec24edd8b147cab07f688d446d59029a1e;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Tool.h b/src/HYDROGUI/HYDROGUI_Tool.h index 60600a54..4ea4039e 100644 --- a/src/HYDROGUI/HYDROGUI_Tool.h +++ b/src/HYDROGUI/HYDROGUI_Tool.h @@ -172,16 +172,7 @@ public: * \return object kind */ static ObjectKind GetSelectedPartition( HYDROGUI_Module* theModule ); - - /** - * \brief Get the selected GEOM objects. - * \param theModule module - * \param theTypes the acceptable GEOM object types - * \return list of GEOM objects entries - */ - static QStringList GetSelectedGeomObjects( HYDROGUI_Module* theModule, - QList theTypes ); - + /** * \brief Find the data object with the specified name. * \param theModule module @@ -349,6 +340,22 @@ public: * \return Image_PixMap object */ static Handle(Image_PixMap) Pixmap( const QImage& theImage ); + + /** + * \brief Get the selected GEOM objects. + * \param theModule the module + * \param theTypes the acceptable GEOM object types + * \return list of GEOM objects entries + */ + static QStringList GetSelectedGeomObjects( HYDROGUI_Module* theModule, + QList theTypes ); + + /** + * \brief Delete the GEOM objects. + * \param theModule the module + * \param theEntries the GEOM objects entries + */ + static void DeleteGeomObjects( HYDROGUI_Module* theModule, const QStringList& theEntries ); }; #endif