Salome HOME
NPAL 19577 GetInPlace on compound does not work with Edge
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_TransparencyDlg.h
index 8ae122d1bea3ae723ed79f6a2d5ad215eacc7a02..0b7aa869cad534dd62afd45cbc9d19c3e717ea68 100644 (file)
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
-//  File   : GEOMToolsGUI_TransparencyDlg.h
+//  File   : GEOMBase_TransparencyDlg.h
 //  Author : Lucien PIGNOLONI
 //  Module : GEOM
 //  $Header$
 #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"
+#include "GEOM_ToolsGUI.hxx"
 
+#include <qdialog.h>
 
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QFrame;
-class QLabel;
-class QPushButton;
 class QSlider;
 
-
-
 //=================================================================================
-// class    : GEOMToolsGUI_TransparencyDlg
+// class    : GEOMBase_TransparencyDlg
 // purpose  :
 //          : WARNING : that is a MODAL dialog.
 //=================================================================================
-class GEOMToolsGUI_TransparencyDlg : public QDialog
+class GEOMTOOLSGUI_EXPORT GEOMToolsGUI_TransparencyDlg : public QDialog
 { 
     Q_OBJECT
 
 public:
-    GEOMToolsGUI_TransparencyDlg( QWidget* parent = 0,
-                                const char* name = 0,
-                                SALOME_Selection* Sel = 0,
-                                const Handle(AIS_InteractiveContext)& ic = 0,
-                                bool modal = TRUE,
-                                WFlags fl = 0 );
+  GEOMToolsGUI_TransparencyDlg( QWidget* parent );    
+  ~GEOMToolsGUI_TransparencyDlg();
 
-    ~GEOMToolsGUI_TransparencyDlg();
+private:
+  void      keyPressEvent(QKeyEvent*);
 
 private :
-
-    GEOMContext*                     myGeomGUI ;     /* Current GeomGUI object     */
-    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 ) ;
+  bool      myFirstInit ;   /* Inform for the first init  */
+  QSlider*  mySlider; 
+  QString   myHelpFileName;
+
+private slots: 
+  void      ClickOnOk();
+  void      ClickOnClose();
+  void      ClickOnHelp();
+  void      ValueHasChanged( int ) ;
     
-protected:
-    QGridLayout* GEOMToolsGUI_TransparencyDlgLayout;
-    QHBoxLayout* Layout1;
-    QHBoxLayout* Layout2;
 };
 
 #endif // DIALOGBOX_TRANSPARENCYDLG_H