X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_DataObject.h;h=c48daaa04fd8ec0647b98aa8806d65c9276d828f;hb=5cae7e874afd2fc1b6f61023e8ebd33a933db3c7;hp=6ea1038d70d820e7cee5abb4a1be76197eee187e;hpb=abe63c42525c9299302649cdb5dcff4f83368c26;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_DataObject.h b/src/HYDROGUI/HYDROGUI_DataObject.h index 6ea1038d..c48daaa0 100644 --- a/src/HYDROGUI/HYDROGUI_DataObject.h +++ b/src/HYDROGUI/HYDROGUI_DataObject.h @@ -101,16 +101,6 @@ public: static QString dataObjectEntry( const Handle(HYDROData_Entity)& theObject, const bool theWithPrefix = true ); - /** - * Returns the text for the specified column. - */ - virtual QString text( const int = NameId ) const; - - /** - * Returns the color for the specified column. - */ - virtual QColor color( const ColorRole, const int = NameId ) const; - protected: Handle(HYDROData_Entity) myData; ///< object from data model QString myParentEntry;