Salome HOME
0016756: EDF 545 GEOM : Extrusion, give the coordinates of the vector as input
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_TransparencyDlg.h
index 9b66c00aabb305dae0b3c788bacfb6dd2016ced8..fccb90708e4360907355c4cf9c56830e2d0549d6 100644 (file)
@@ -31,6 +31,7 @@
 #include <QDialog>
 
 class QSlider;
+class QLabel;
 
 //=================================================================================
 // class    : GEOMBase_TransparencyDlg
@@ -39,27 +40,27 @@ class QSlider;
 //=================================================================================
 class GEOMTOOLSGUI_EXPORT GEOMToolsGUI_TransparencyDlg : public QDialog
 { 
-    Q_OBJECT
+  Q_OBJECT
 
 public:
-  GEOMToolsGUI_TransparencyDlg( QWidget* parent );    
+  GEOMToolsGUI_TransparencyDlg( QWidget* );    
   ~GEOMToolsGUI_TransparencyDlg();
 
 private:
-  void      keyPressEvent(QKeyEvent*);
+  void      keyPressEvent( QKeyEvent* );
 
-private :
-  bool      myFirstInit ;   /* Inform for the first init  */
+private:
+  bool      myFirstInit;   /* Inform for the first init  */
   QSlider*  mySlider; 
+  QLabel*   myValueLab;
   QString   myHelpFileName;
 
 private slots: 
   void      ClickOnOk();
   void      ClickOnClose();
   void      ClickOnHelp();
-  void      ValueHasChanged( int ) ;
-    
+  void      ValueHasChanged();
+  void      SetTransparency();
 };
 
 #endif // GEOMTOOLSGUI_TRANSPARENCYDLG_H
-