X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Tool.h;h=7e0efdd8445f42a26c2ee7994e11170a0c0e6b0e;hb=a1431f03eac1d1aed4203d0568d987c41ce939b3;hp=c3d971dad45b74813666fb485354cab02ae026ae;hpb=89c9794998495fcd82e49e22a75502367de46bd5;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Tool.h b/src/HYDROGUI/HYDROGUI_Tool.h index c3d971da..7e0efdd8 100644 --- a/src/HYDROGUI/HYDROGUI_Tool.h +++ b/src/HYDROGUI/HYDROGUI_Tool.h @@ -33,6 +33,10 @@ #include #include +// IDL includes +#include +#include CORBA_SERVER_HEADER(GEOM_Gen) + class SUIT_ViewManager; class OCCViewer_ViewFrame; @@ -174,9 +178,11 @@ public: /** * \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 ); + static QStringList GetSelectedGeomObjects( HYDROGUI_Module* theModule, + QList theTypes ); /** * \brief Find the data object with the specified name.