X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Tool.h;h=e1565e72f930c724ba82f3510da735d026e23120;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=c3d971dad45b74813666fb485354cab02ae026ae;hpb=89c9794998495fcd82e49e22a75502367de46bd5;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Tool.h b/src/HYDROGUI/HYDROGUI_Tool.h index c3d971da..e1565e72 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. @@ -336,7 +342,7 @@ public: * \param theNumber coordinate as a number * \return coordinate as a string */ - static QString GetCoordinateString( const double theNumber ); + static QString GetCoordinateString( const double theNumber, bool isInLocale ); }; #endif