X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FMeasureGUI%2FMeasureGUI_WhatisDlg.h;h=143d8ed16336205b1c97311a864da61946291d4c;hb=9caf5aba46053fce9214d64e4fb3d45ec46576c9;hp=e94d8dd0a87d9ddb7ee6be00b819d51cfbb78dc1;hpb=d3dd282390888d7dc091ba2c2ffe7923bd7458e6;p=modules%2Fgeom.git diff --git a/src/MeasureGUI/MeasureGUI_WhatisDlg.h b/src/MeasureGUI/MeasureGUI_WhatisDlg.h index e94d8dd0a..143d8ed16 100644 --- a/src/MeasureGUI/MeasureGUI_WhatisDlg.h +++ b/src/MeasureGUI/MeasureGUI_WhatisDlg.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_1Sel1TextView_QTD; +#if defined WNT && defined MEASUREGUI_EXPORTS +#define MEASUREGUI_EXPORT __declspec( dllexport ) +#else +#define MEASUREGUI_EXPORT +#endif + //================================================================================= // class : DialogBox_PROPERTIES // purpose : //================================================================================= -class MeasureGUI_WhatisDlg : public MeasureGUI_Skeleton +class MEASUREGUI_EXPORT MeasureGUI_WhatisDlg : public MeasureGUI_Skeleton { Q_OBJECT public: - MeasureGUI_WhatisDlg( QWidget* parent, - SALOME_Selection* Sel ); + MeasureGUI_WhatisDlg( GeometryGUI* GUI, + QWidget* parent ); ~MeasureGUI_WhatisDlg(); protected: @@ -53,7 +59,7 @@ protected: private: - void Init( SALOME_Selection* Sel ); + void Init(); bool getParameters( QString& ); private: