]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/SUPERVGUI/SUPERVGUI_Port.h
Salome HOME
DCQ:prepare 2.0.0
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Port.h
index 8137e35bf3b2a55ab63097a2a918c5a0c8987773..e54ef636e18a89cbd320fb53a99ca2ce356ef774 100644 (file)
@@ -197,30 +197,6 @@ class SUPERVGUI_PortInESNode: public SUPERVGUI_Port {
 
 
 
-
-
-
-//****************************************************************
-class SUPERVGUI_StreamPortIn;
-class SUPERVGUI_StreamInDlg: public QDialog
-{
-  Q_OBJECT
-public:
-  SUPERVGUI_StreamInDlg(SUPERVGUI_StreamPortIn* thePort);
-  virtual ~SUPERVGUI_StreamInDlg() {};
-
-protected slots:
-  void accept();
-
-private:
- void setData(); 
-
-  SUPERVGUI_StreamPortIn* myPort;
-  QComboBox* mySchemaCombo;
-  QComboBox* myInterCombo;
-  QComboBox* myExterCombo;
-};
-
 class SUPERVGUI_StreamPortIn: public SUPERVGUI_PortIn 
 {
   Q_OBJECT
@@ -241,23 +217,6 @@ private:
 };
 
 
-//**************************************************************
-class SUPERVGUI_StreamPortOut;
-class SUPERVGUI_StreamOutDlg: public QDialog
-{
-  Q_OBJECT
-public:
-  SUPERVGUI_StreamOutDlg(SUPERVGUI_StreamPortOut* thePort);
-  virtual ~SUPERVGUI_StreamOutDlg() {};
-
-protected slots:
-  void accept();
-
-private:
-  SUPERVGUI_StreamPortOut* myPort;
-  QLineEdit* myValEdit;
-};
-
 class SUPERVGUI_StreamPortOut: public SUPERVGUI_PortOut
 {
   Q_OBJECT