Salome HOME
porting on Linux
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool.h
index 60600a54bf5b51e4f7ba63e93fc3fcae5910b961..3231d00b1ec4281fa091263068044feadb7ac818 100644 (file)
@@ -167,21 +167,19 @@ public:
   static HYDROData_SequenceOfObjects GetGeometryObjects( HYDROGUI_Module* theModule );
 
   /**
-   * \brief Get kind of objects the selected partition contains.
+   * \brief Get the land covers from document.
    * \param theModule module
-   * \return object kind
+   * \return sequence of land covers
    */
-  static ObjectKind GetSelectedPartition( HYDROGUI_Module* theModule );
+  static HYDROData_SequenceOfObjects GetLandCovers( HYDROGUI_Module* theModule );
 
   /**
-   * \brief Get the selected GEOM objects.
+   * \brief Get kind of objects the selected partition contains.
    * \param theModule module
-   * \param theTypes the acceptable GEOM object types
-   * \return list of GEOM objects entries
+   * \return object kind
    */
-  static QStringList GetSelectedGeomObjects( HYDROGUI_Module* theModule,
-                                             QList<GEOM::shape_type> theTypes );
-
+  static ObjectKind GetSelectedPartition( HYDROGUI_Module* theModule );
+  
   /**
    * \brief Find the data object with the specified name.
    * \param theModule module
@@ -349,6 +347,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<GEOM::shape_type> 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