X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_ClippingDlg.h;h=d36c92cc16cd14204874a97d8ddf8235faa2d9a0;hb=88068fce89e10cb32b60ea51cae3440240d42e9f;hp=e8cb095f89fa7f8293ed2a402ad851333e15f2bf;hpb=f5016d85b7b4b88623723027a1585c6414c4dc66;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_ClippingDlg.h b/src/SMESHGUI/SMESHGUI_ClippingDlg.h index e8cb095f8..d36c92cc1 100644 --- a/src/SMESHGUI/SMESHGUI_ClippingDlg.h +++ b/src/SMESHGUI/SMESHGUI_ClippingDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -145,7 +145,7 @@ public: SVTK_ViewWindow* theViewWindow, SMESH::Orientation theOrientation, double theDistance, - const vtkFloatingPointType theAngle[2]); + const double theAngle[2]); protected: void keyPressEvent( QKeyEvent* ); @@ -192,6 +192,9 @@ private: bool myIsSelectPlane; QString myHelpFileName; +protected slots: + virtual void reject(); + public slots: void onSelectPlane( int ); void ClickOnNew(); @@ -203,7 +206,6 @@ public slots: void OnPreviewToggle( bool ); void onAutoApply(bool); void ClickOnOk(); - void ClickOnCancel(); void ClickOnApply(); void ClickOnHelp(); };