Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataObject.h
index 6ea1038d70d820e7cee5abb4a1be76197eee187e..c48daaa04fd8ec0647b98aa8806d65c9276d828f 100644 (file)
@@ -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;