]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/SUPERVGUI/SUPERVGUI_GraphNode.h
Salome HOME
Show stream ports
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_GraphNode.h
index 137858171e6680b13ccd825860f332640fc52553..ecfaacc52da91d75c8d22b4d963aed5a1590c76f 100644 (file)
@@ -65,11 +65,17 @@ class SUPERVGUI_GraphNode: public SUPERVGUI_Node {
   
   QFrame*          myGatesBox;
   QGridLayout*     myGatesLayout;
+
+  QWidget*         myStreamBox;
+  QGridLayout*     myStreamLayout;
   
   QTimer*          myTimer;  
   int         myPIcount;
   int         myPOcount;
 
+  int         myStrPIcount;
+  int         myStrPOcount;
+
  private:
   void StartTimer();
   void StopTimer();