src/MeasureGUI/MeasureGUI_CenterMassDlg.h

Go to the documentation of this file.
00001 //  GEOM GEOMGUI : GUI for Geometry component
00002 //
00003 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
00004 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
00005 //
00006 //  This library is free software; you can redistribute it and/or
00007 //  modify it under the terms of the GNU Lesser General Public
00008 //  License as published by the Free Software Foundation; either
00009 //  version 2.1 of the License.
00010 //
00011 //  This library is distributed in the hope that it will be useful,
00012 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014 //  Lesser General Public License for more details.
00015 //
00016 //  You should have received a copy of the GNU Lesser General Public
00017 //  License along with this library; if not, write to the Free Software
00018 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00019 //
00020 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00021 //
00022 //
00023 //
00024 //  File   : MeasureGUI_CenterMassDlg.h
00025 //  Author : Lucien PIGNOLONI
00026 //  Module : GEOM
00027 
00028 #ifndef DIALOGBOX_CMASS_H
00029 #define DIALOGBOX_CMASS_H
00030 
00031 #include "GEOMBase_Skeleton.h"
00032 
00033 class MeasureGUI_1Sel3LineEdit_QTD;
00034 
00035 #if defined WNT && defined MEASUREGUI_EXPORTS
00036 #define MEASUREGUI_EXPORT __declspec( dllexport )
00037 #else
00038 #define MEASUREGUI_EXPORT
00039 #endif
00040 
00041 //=================================================================================
00042 // class    : MeasureGUI_CenterMassDlg
00043 // purpose  :
00044 //=================================================================================
00045 class MEASUREGUI_EXPORT MeasureGUI_CenterMassDlg : public GEOMBase_Skeleton
00046 {
00047     Q_OBJECT
00048 
00049 public:
00050     MeasureGUI_CenterMassDlg( GeometryGUI* GUI,
00051                      QWidget*     parent );
00052     ~MeasureGUI_CenterMassDlg();
00053 
00054 protected:
00055     // redefined from GEOMBase_Helper
00056     virtual GEOM::GEOM_IOperations_ptr  createOperation();
00057     virtual bool                        isValid( QString& msg );
00058     virtual bool                        execute( ObjectList& objects );
00059 
00060 private slots:
00061     void                                ClickOnOk();
00062     bool                                ClickOnApply();
00063     void                                ActivateThisDialog();
00064     void                                LineEditReturnPressed();
00065     void                                SelectionIntoArgument();
00066     void                                SetEditCurrentArgument();
00067 
00068 private:
00069     void                                Init( );
00070     void                                enterEvent( QEvent* e );
00071     void                                processObject();
00072     bool                                getParameters( double&, double&, double& );
00073 
00074 private:
00075     GEOM::GEOM_Object_var               myObj;
00076     MeasureGUI_1Sel3LineEdit_QTD*       myGrp;
00077 };
00078 
00079 #endif // DIALOGBOX_CMASS_H