X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Zone.h;h=a01db41e835c4b10c06d2ddb0b584bd4fe203f78;hb=424f8230c9003d00fb27499b2441c4b3a2a28292;hp=a0c4279cb55164f8730fc2a0a413f54d06ebc98c;hpb=3bf1f41d27a5903c25dca2d54d844c53760e6133;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Zone.h b/src/HYDROData/HYDROData_Zone.h index a0c4279c..a01db41e 100644 --- a/src/HYDROData/HYDROData_Zone.h +++ b/src/HYDROData/HYDROData_Zone.h @@ -55,6 +55,23 @@ public: HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const; + /** + * Returns flag indicating that object is updateble or not. + */ + HYDRODATA_EXPORT virtual bool CanBeUpdated() const; + + + /** + * Returns flag indicating that object can be removed or not. + */ + HYDRODATA_EXPORT virtual bool CanRemove(); + + /** + * Returns the list of all reference objects of this object. + */ + HYDRODATA_EXPORT virtual HYDROData_SequenceOfObjects GetAllReferenceObjects() const; + + /** * Sets the shape of the zone. */ @@ -66,6 +83,12 @@ public: HYDRODATA_EXPORT virtual TopoDS_Shape GetShape() const; + /** + * Returns true if zone needs merge of bathymetries. + */ + HYDRODATA_EXPORT virtual bool IsMergingNeed() const; + + /** * Sets the merging type for conflict bathymetries. * By default it is set to Merge_UNKNOWN. @@ -120,12 +143,12 @@ protected: * Creates new object in the internal data structure. Use higher level objects * to create objects with real content. */ - HYDROData_Zone(); + HYDRODATA_EXPORT HYDROData_Zone(); /** * Destructs properties of the object and object itself, removes it from the document. */ - ~HYDROData_Zone(); + HYDRODATA_EXPORT ~HYDROData_Zone(); };