X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_SplitPolylinesDlg.h;h=bd42a88265f3b8eab5537eb9e49282449884f1bc;hb=5e9d24392dac9bf3f091a9ebe45defae1befb358;hp=c550472a7d3a99482a2572930d56745bf45fb681;hpb=27b1abdc88719c5bce7a8d2f49612cd155e80d21;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.h b/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.h index c550472a..bd42a882 100644 --- a/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.h +++ b/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.h @@ -42,11 +42,11 @@ public: HYDROGUI_SplitPolylinesDlg( HYDROGUI_Module* theModule, const QString& theTitle ); virtual ~HYDROGUI_SplitPolylinesDlg(); - Mode GetMode() const; + Mode GetMode() const; Handle( HYDROData_PolylineXY ) GetMainPolyline() const; Handle( HYDROData_PolylineXY ) GetToolPolyline() const; - gp_Pnt2d GetPoint() const; - HYDROData_SequenceOfObjects GetPolylines() const; + gp_Pnt2d GetPoint() const; + HYDROData_SequenceOfObjects GetPolylines() const; void setPolylinesFromSelection(); void setOCCViewer( OCCViewer_Viewer* theViewer ); @@ -63,9 +63,9 @@ private: OCCViewer_ViewPort3d* getViewPort() const; private: - QTabWidget* myTab; - QtxDoubleSpinBox* myX; - QtxDoubleSpinBox* myY; + QTabWidget* myTab; + QtxDoubleSpinBox* myX; + QtxDoubleSpinBox* myY; HYDROGUI_ObjComboBox* myMainPolyline1; HYDROGUI_ObjComboBox* myMainPolyline2; HYDROGUI_ObjComboBox* myToolPolyline;