X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Tool.h;h=bb71d8c466912899e249743731237046487b1dc0;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=d2260e781100c6601d95b13801a7f0f0a269781b;hpb=216399653492d563cd2855580fa4275e61ee0495;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Tool.h b/src/HYDROData/HYDROData_Tool.h index d2260e78..bb71d8c4 100644 --- a/src/HYDROData/HYDROData_Tool.h +++ b/src/HYDROData/HYDROData_Tool.h @@ -46,28 +46,6 @@ public: const QStringList& theUsedNames = QStringList(), const bool theIsTryToUsePurePrefix = false ); - /** - * \brief Find the data object with the specified name. - * \param theModule module - * \param theName name - * \param theObjectKind kind of object - * \return data object - */ - static Handle(HYDROData_Entity) FindObjectByName( const Handle(HYDROData_Document)& theDoc, - const QString& theName, - const ObjectKind theObjectKind = KIND_UNKNOWN ); - - /** - * \brief Find the data objects with the specified names. - * \param theModule module - * \param theNames list of names - * \param theObjectKind kind of object - * \return list of data objects - */ - static HYDROData_SequenceOfObjects FindObjectsByNames( const Handle(HYDROData_Document)& theDoc, - const QStringList& theNames, - const ObjectKind theObjectKind = KIND_UNKNOWN ); - /** * \brief Checks the type of object. * \param theObject object to check