X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_ClippingDlg.h;h=d36c92cc16cd14204874a97d8ddf8235faa2d9a0;hb=49cd1d951a9f679d8089d27d298129925436a2c0;hp=70bd03b89e0a6ed407f0267aa93a4d08f932ac0c;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_ClippingDlg.h b/src/SMESHGUI/SMESHGUI_ClippingDlg.h index 70bd03b89..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(); @@ -201,8 +204,8 @@ public slots: void onSelectOrientation( int ); void SetCurrentPlaneParam(); void OnPreviewToggle( bool ); + void onAutoApply(bool); void ClickOnOk(); - void ClickOnCancel(); void ClickOnApply(); void ClickOnHelp(); };