Salome HOME
land cover object is removed from the data model
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool.h
index fada415c5233880283e5493d286456419e6587d7..4ea4039edd77b2fec67829cf454ccb8205fad0db 100644 (file)
@@ -166,29 +166,13 @@ public:
    */
   static HYDROData_SequenceOfObjects GetGeometryObjects( HYDROGUI_Module* theModule );
 
-  /**
-   * \brief Get the land covers from document.
-   * \param theModule module
-   * \return sequence of land covers
-   */
-  static HYDROData_SequenceOfObjects GetLandCovers( HYDROGUI_Module* theModule );
-
   /**
    * \brief Get kind of objects the selected partition contains.
    * \param theModule module
    * \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<GEOM::shape_type> theTypes );
-
+  
   /**
    * \brief Find the data object with the specified name.
    * \param theModule module
@@ -356,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<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