Salome HOME
Issue 0020904: [CEA 411] export VTK in GEOM
[modules/geom.git] / src / MeasureGUI / MeasureGUI_CheckCompoundOfBlocksDlg.h
index b961bf88c04ba59af6cdf383a14de2250ef35675..cb0a1b05ba9e15cd0780879ff5ea257658dba32d 100644 (file)
@@ -1,6 +1,6 @@
-//  GEOM GEOMGUI : GUI for Geometry component
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
-//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 //
 //  This library is free software; you can redistribute it and/or
 //  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   : MeasureGUI_CheckCompoundOfBlocksDlg.h
-//  Author : VKN
-//  Module : GEOM
-//  $Header$
 
-#ifndef DIALOGBOX_CHECKCOMPOUNDOFBLOCKSDLG_H
-#define DIALOGBOX_CHECKCOMPOUNDOFBLOCKSDLG_H
+// GEOM GEOMGUI : GUI for Geometry component
+// File   : MeasureGUI_CheckCompoundOfBlocksDlg.h
+// Author : Vladimir KLYACHIN, Open CASCADE S.A.S. (vladimir.klyachin@opencascade.com)
+//
+#ifndef MEASUREGUI_CHECKCOMPOUNDOFBLOCKSDLG_H
+#define MEASUREGUI_CHECKCOMPOUNDOFBLOCKSDLG_H
 
-#include "MeasureGUI_Skeleton.h"
+#include <GEOMBase_Skeleton.h>
 
-class MeasureGUI_1Sel1TextView_QTD;
-class QListBox;
-class QLabel;
+class MeasureGUI_1Sel1TextView2ListBox;
 
 //=================================================================================
 // class    : MeasureGUI_CheckCompoundOfBlocksDlg
 // purpose  :
 //=================================================================================
-class MeasureGUI_CheckCompoundOfBlocksDlg : public MeasureGUI_Skeleton
+
+class MeasureGUI_CheckCompoundOfBlocksDlg : public GEOMBase_Skeleton
 {
-    Q_OBJECT
+  Q_OBJECT
 
 public:
-                                        MeasureGUI_CheckCompoundOfBlocksDlg( QWidget* theParent,
-                                                                             SALOME_Selection* theSel );
-                                        ~MeasureGUI_CheckCompoundOfBlocksDlg();
+  MeasureGUI_CheckCompoundOfBlocksDlg( GeometryGUI*, QWidget* );
+  ~MeasureGUI_CheckCompoundOfBlocksDlg();
+  
 protected:
-
-    // redefined from GEOMBase_Helper and MeasureGUI_Skeleton
-    virtual GEOM::GEOM_IOperations_ptr  createOperation();
-    virtual void                        processObject();
+  // redefined from GEOMBase_Helper and GEOMBase_Skeleton
+  virtual GEOM::GEOM_IOperations_ptr  createOperation();
+  virtual bool                        isValid( QString& );
+  virtual bool                        execute( ObjectList& );
+  virtual void                        processObject();
 
 private slots:
-
-    void onErrorsListSelectionChanged();
-    void onSubShapesListSelectionChanged();
-
+  void                                ClickOnOk();
+  bool                                ClickOnApply();
+  void                                ActivateThisDialog();
+  void                                LineEditReturnPressed();
+  void                                SelectionIntoArgument();
+  void                                SetEditCurrentArgument();
+  
+  void                                onErrorsListSelectionChanged();
+  void                                onSubShapesListSelectionChanged();
+  
 private:
-
-    void                                Init( SALOME_Selection* theSel );
-    bool                                getBCErrors( bool& theIsCompoundOfBlocks,
-                                                    GEOM::GEOM_IBlocksOperations::BCErrors& theErrors);
-    void                                activateSelection();
+  void                                Init();
+  void                                enterEvent( QEvent* );
+  bool                                getBCErrors( bool&,
+                                                   GEOM::GEOM_IBlocksOperations::BCErrors& );
+  void                                activateSelection();
 
 private:
-
-    MeasureGUI_1Sel1TextView_QTD*        myGrp;
-    QLabel*                              myErrorsLbl;
-    QListBox*                            myErrorsLBox;
-    QLabel*                              mySubShapesLbl;
-    QListBox*                            mySubShapesLBox;
-
+  GEOM::GEOM_Object_var               myObj;
+  MeasureGUI_1Sel1TextView2ListBox*   myGrp;
 };
 
-#endif // DIALOGBOX_CHECKCOMPOUNDOFBLOCKSDLG_H
+#endif // MEASUREGUI_CHECKCOMPOUNDOFBLOCKSDLG_H