Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool.h
index c3d971dad45b74813666fb485354cab02ae026ae..e1565e72f930c724ba82f3510da735d026e23120 100644 (file)
 #include <TCollection_HAsciiString.hxx>
 #include <TCollection_HExtendedString.hxx>
 
+// IDL includes
+#include <SALOMEconfig.h>
+#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<GEOM::shape_type> 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