Salome HOME
debug of local CS
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamDlg.h
index b78dc7190c35afb983856a5157313ccbef3b06e9..aa5bb80c91701850e3a545a9443a43e6a2087255 100644 (file)
@@ -45,28 +45,25 @@ public:
   QString                    getObjectName() const;
 
   void                       setAxisNames( const QStringList& theAxises );
+
   void                       setAxisName( const QString& thePolyline );
   QString                    getAxisName() const;
 
-  void                       setSelectedProfiles( const QStringList& theProfiles );
-  QStringList                getSelectedProfiles() const;
+  void                       setProfiles( const QStringList& theProfiles );
 
 signals:
-  void                       CreatePreview();
   void                       AddProfiles();
   void                       RemoveProfiles( const QStringList& );
   void                       AxisChanged( const QString& );
 
 private slots:
-  void                       onStreamDefChanged();
   void                       onRemoveProfiles();
 
 private:
-
   QGroupBox*                 myObjectNameGroup;
   QLineEdit*                 myObjectName;
 
-  QComboBox*                 myAxises;
+  QComboBox*                 myAxes;
   QListWidget*               myProfiles;
   QPushButton*               myRemoveButton;
   QPushButton*               myAddButton;