X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMeasureGUI%2FMeasureGUI_PointDlg.h;h=ca27898166fbbce81903e22b34ac4b820edcc8bc;hb=7eb7482caa7ca748b62c0ed49026a5d92d1ff535;hp=a79072547914885e8fb7a6d19dff805ababfcdcb;hpb=d3dd282390888d7dc091ba2c2ffe7923bd7458e6;p=modules%2Fgeom.git diff --git a/src/MeasureGUI/MeasureGUI_PointDlg.h b/src/MeasureGUI/MeasureGUI_PointDlg.h index a79072547..ca2789816 100644 --- a/src/MeasureGUI/MeasureGUI_PointDlg.h +++ b/src/MeasureGUI/MeasureGUI_PointDlg.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 // // // @@ -28,6 +28,8 @@ #ifndef MEASUREGUI_POINTDLG_H #define MEASUREGUI_POINTDLG_H +#include "GEOM_MeasureGUI.hxx" + #include "MeasureGUI_Skeleton.h" class QLineEdit; @@ -37,13 +39,13 @@ class QLineEdit; // purpose : Dialog for displaying point coordinates //================================================================================= -class MeasureGUI_PointDlg : public MeasureGUI_Skeleton +class GEOM_MEASUREGUI_EXPORT MeasureGUI_PointDlg : public MeasureGUI_Skeleton { Q_OBJECT public: - MeasureGUI_PointDlg( QWidget* parent, - SALOME_Selection* Sel ); + MeasureGUI_PointDlg( GeometryGUI* GUI, + QWidget* parent ); ~MeasureGUI_PointDlg(); protected: @@ -54,7 +56,7 @@ protected: private: - void Init( SALOME_Selection* Sel ); + void Init(); private: QLineEdit* myX; QLineEdit* myY;