Salome HOME
NRI : Merge from V1_2.
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_ComputeNode.h
index 6b661117d36172c598693d30b165ecb816e11c12..04f68876055080760f7bbf07004360a100d544ab 100644 (file)
@@ -1,10 +1,12 @@
-//  File      : SUPERVGUI_ComputeNode.h
-//  Created   : 09 / 01 / 2003
-//  Author    : Vitaly SMETANNIKOV
-//  Project   : SALOME 
-//  Module    : SUPERVGUI
-//  Copyright : Open CASCADE 
-
+//  SUPERV SUPERVGUI : GUI for Supervisor component
+//
+//  Copyright (C) 2003  CEA/DEN, EDF R&D
+//
+//
+//
+//  File   : SUPERVGUI_ComputeNode.h
+//  Author : Vitaly SMETANNIKOV
+//  Module : SUPERV
 
 #ifndef SUPERVGUI_ComputeNode_H
 #define SUPERVGUI_ComputeNode_H
@@ -22,11 +24,14 @@ class SUPERVGUI_ComputeNode: public SUPERVGUI_GraphNode {
   void sync();
   void hideAll();
   void showAll();
+  SUPERVGUI_Label* getCommLabel() { return myComment; }
+  SUPERVGUI_Label* getTitleLabel() { return myTitle; }
   virtual void updateShape();
 
  public slots:
   void switchService();
   void switchPorts();
+  virtual void rename();
 
 
  private: