Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImmersibleZoneDlg.h
index 1de986ced506fbcbc2b8a760f16758bcb6444430..88a42e0915c84a7e3483cd0e7179841d4c1b45d4 100644 (file)
 
 #include "HYDROGUI_InputPanel.h"
 
-class HYDROGUI_ColorWidget;
 class QComboBox;
 class QGroupBox;
 class QLineEdit;
-class QListWidget;
-class QRadioButton;
 
 class HYDROGUI_ImmersibleZoneDlg : public HYDROGUI_InputPanel
 {
@@ -53,19 +50,11 @@ public:
   void                       setBathymetryName( const QString& theBathymetry );
   QString                    getBathymetryName() const;
 
-  void                       setFillingColor( const QColor& theColor );
-  QColor                     getFillingColor() const;
-
-  void                       setBorderColor( const QColor& theColor );
-  QColor                     getBorderColor() const;
-
 signals:
   void                       CreatePreview( const QString& thePolylineName );
 
 private slots:
   void                       onZoneDefChanged();
-  void                       onFillingColorChanged();
-  void                       onFillingColorChanged( const bool theIsChecked );
 
 private:
 
@@ -74,13 +63,6 @@ private:
 
   QComboBox*                 myPolylines;
   QComboBox*                 myBathymetries;
-
-  QRadioButton*              myFillingTransparent;
-  QRadioButton*              myFillingColor;
-  HYDROGUI_ColorWidget*      myFillingColorBox;
-
-  QGroupBox*                 myBorderColorGroup;
-  HYDROGUI_ColorWidget*      myBorderColorBox;
 };
 
 #endif