Salome HOME
Auto-rebuild management
[modules/shaper.git] / src / PartSet / PartSet_TreeNodes.h
index 37e6d54db359eb9dd8f8154e5c2033dda85287f0..4e37df89cf8c9eebf0fce08f6d1b497a3070cacb 100644 (file)
@@ -327,6 +327,9 @@ public:
   /// \param theGroup a name of group where objects were deleted
   virtual QTreeNodesList objectsDeleted(const DocumentPtr& theDoc, const QString& theGroup);
 
+  /// Returns the node representation according to theRole.
+  virtual QVariant data(int theColumn, int theRole) const;
+
 private:
   FeaturePtr getFeature(const std::string& theId) const;