X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMeasureGUI%2FMeasureGUI_MaxToleranceDlg.h;h=07f99c764e7f9ff66e69c805dab536c0d116b9f2;hb=2e77f1c4451dd5a9329677b9b4eb90b9ce9e653d;hp=e580873db39af97caabc2bc2c49a2cd0db49bd3d;hpb=d3dd282390888d7dc091ba2c2ffe7923bd7458e6;p=modules%2Fgeom.git diff --git a/src/MeasureGUI/MeasureGUI_MaxToleranceDlg.h b/src/MeasureGUI/MeasureGUI_MaxToleranceDlg.h index e580873db..07f99c764 100644 --- a/src/MeasureGUI/MeasureGUI_MaxToleranceDlg.h +++ b/src/MeasureGUI/MeasureGUI_MaxToleranceDlg.h @@ -17,7 +17,7 @@ // 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 // // // @@ -33,17 +33,23 @@ class MeasureGUI_1Sel6LineEdit_QTD; +#if defined WNT && defined MEASUREGUI_EXPORTS +#define MEASUREGUI_EXPORT __declspec( dllexport ) +#else +#define MEASUREGUI_EXPORT +#endif + //================================================================================= // class : DialogBox_PROPERTIES // purpose : //================================================================================= -class MeasureGUI_MaxToleranceDlg : public MeasureGUI_Skeleton +class MEASUREGUI_EXPORT MeasureGUI_MaxToleranceDlg : public MeasureGUI_Skeleton { Q_OBJECT public: - MeasureGUI_MaxToleranceDlg( QWidget* parent, - SALOME_Selection* ); + MeasureGUI_MaxToleranceDlg( GeometryGUI* GUI, + QWidget* parent ); ~MeasureGUI_MaxToleranceDlg(); protected: @@ -53,7 +59,7 @@ protected: private: - void Init( SALOME_Selection* Sel ); + void Init(); bool getParameters( double& theMinFaceToler, double& theMaxFaceToler, double& theMinEdgeToler,