Salome HOME
Selector implementation for OCC viewer.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataObject.h
index baa09573a5c73ed844deae9e444a4a736c996cc8..edb79f02e7006e87eea1ef74943fd9c5b18aa3c7 100644 (file)
@@ -116,7 +116,8 @@ public:
    * \param theName displayed name
    */
   HYDROGUI_NamedObject( SUIT_DataObject* theParent,
-                        const QString& theName );
+                        const QString& theName,
+                        const QString& theParentEntry  );
     
   /**
    * Returns the unique object identifier string.
@@ -130,6 +131,7 @@ public:
 
 private:
   QString myName; ///< name in the OB
+  QString myParentEntry;
 };
 
 #endif