Salome HOME
SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK)
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_TransparencyDlg.h
index 94889f6efc52932601e307ef370e3550e2085f89..e0dff7b5bb6626465ccae544fd4d07a815d7aca4 100644 (file)
 #ifndef DIALOGBOX_TRANSPARENCYDLG_H
 #define DIALOGBOX_TRANSPARENCYDLG_H
 
-#include <qvariant.h>
 #include <qdialog.h>
 
-/* #include "SALOME_Selection.h" */
-/* #include "SALOME_InteractiveObject.hxx" */
-/* #include "GEOM_InteractiveObject.hxx" */
-/* #include "GEOM_AISShape.hxx" */
-
-#include "GEOMBase.h"
-
-
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QFrame;
-class QLabel;
-class QPushButton;
 class QSlider;
 
-
-
 //=================================================================================
 // class    : GEOMBase_TransparencyDlg
 // purpose  :
 //          : WARNING : that is a MODAL dialog.
 //=================================================================================
-class GEOMBase_TransparencyDlg : public QDialog
+class GEOMToolsGUI_TransparencyDlg : public QDialog
 { 
     Q_OBJECT
 
 public:
-    GEOMBase_TransparencyDlg( QWidget* parent = 0,
-                                const char* name = 0,
-                                SALOME_Selection* Sel = 0,
-                                const Handle(AIS_InteractiveContext)& ic = 0,
-                                bool modal = TRUE,
-                                WFlags fl = 0 );
-
-    ~GEOMBase_TransparencyDlg();
+  GEOMToolsGUI_TransparencyDlg( QWidget* parent );    
+  ~GEOMToolsGUI_TransparencyDlg();
 
 private :
+  bool      myFirstInit ;   /* Inform for the first init  */
+  QSlider*  mySlider; 
 
-    GEOMBase*                        myGeomBase ;    /* Current GeomGUI object     */
-    bool                             myFirstInit ;   /* Inform for the first init  */
-    SALOME_Selection*                mySel;          /* User selection             */
-    Handle(AIS_InteractiveContext)   myIc ;          /* Interactive context        */
-    
-    QPushButton* buttonOk;
-    QLabel* TextLabelOpaque;
-    QLabel* TextLabelTransparent;
-    QSlider* Slider1;
-
-public slots:
-      
-    void ClickOnOk();
-    void ClickOnClose();
-    void ValueHasChanged( int newValue ) ;
+private slots:      
+  void      ClickOnOk();
+  void      ClickOnClose();
+  void      ValueHasChanged( int ) ;
     
-protected:
-    QGridLayout* GEOMBase_TransparencyDlgLayout;
-    QHBoxLayout* Layout1;
-    QHBoxLayout* Layout2;
 };
 
 #endif // DIALOGBOX_TRANSPARENCYDLG_H