]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.h
Salome HOME
Merge from OCC_development_generic_2006
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_ManagePortsDlg.h
index 345d1cb424f8b3819e5476761b41638aaa50d810..1e3506b75e07eb8f76448607134a2b19cb56adeb 100644 (file)
 #ifndef SUPERVGUI_ManagePortsDlg_H
 #define SUPERVGUI_ManagePortsDlg_H
 
+#include "SUPERVGUI.h"
+
 #include <qdialog.h>
 #include <qlistbox.h>
 #include <qstringlist.h>
 #include <qlineedit.h>
 #include <qcombobox.h>
+#include <qpair.h>
 
 class SUPERVGUI_CanvasNode;
 
@@ -68,6 +71,10 @@ protected:
   void moveUp( QListBox* );
   void moveDown( QListBox* );
   void moveItem( QListBox* theLB, const int from, const int to );
+  // mkr : PAL8060
+  void createLinkEngine( SUPERV::Port_ptr thePort, 
+                        QValueList< QPair< QString,QString > >& theOwnList, 
+                        QValueList< QPair< QString,QString > >& theCorrespList );
   
 private:
   void init();