smesh/src/SMESHGUI
2006-01-13 11:14:24 +00:00
..
Makefile.in PAL10953. Add SMESHGUI_ShapeByMeshDlg class files 2006-01-13 09:52:26 +00:00
SMESH_icons.po Merge with OCC_development_01 2005-01-20 06:25:54 +00:00
SMESH_images.po Icon for the volume control. 2005-10-28 11:56:18 +00:00
SMESH_msg_en.po PAL10953. protection against creating sub-mesh in an imported mesh 2006-01-13 11:14:24 +00:00
SMESHBin.cxx Copyrights update 2005-12-05 16:31:55 +00:00
SMESHGUI_AddMeshElementDlg.cxx PAL10397 - node mustn't be selected after add operation 2005-11-28 06:51:45 +00:00
SMESHGUI_AddMeshElementDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_aParameter.h PAL10953. Make fields of parameters protected 2005-12-26 10:41:53 +00:00
SMESHGUI_ClippingDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_ClippingDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_CreateHypothesesDlg.cxx Join modifications from branch BR_3_1_0deb 2005-12-28 09:17:39 +00:00
SMESHGUI_CreateHypothesesDlg.h SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_CreatePatternDlg.cxx fix bug 10073. Check isVisible() in enterEvent() which unexpectedly comes after accept() 2005-12-19 13:14:02 +00:00
SMESHGUI_CreatePatternDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_CreatePolyhedralVolumeDlg.cxx PAL9878 - selection lost after some operations 2005-11-25 14:06:27 +00:00
SMESHGUI_CreatePolyhedralVolumeDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_DeleteGroupDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_DeleteGroupDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Dialog.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Dialog.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Displayer.cxx Improvement: now in rules you can use "canBeDisplayed" parameter. It is true, if current object can be displayed in active viewer. The result of this check is calculated by new virtual method LightApp_Displayer::canBeDisplayed. GEOM, SMESH, VISU overrides it in order to provide information, what object can be displayed in what viewer 2005-12-01 10:05:38 +00:00
SMESHGUI_Displayer.h Improvement: now in rules you can use "canBeDisplayed" parameter. It is true, if current object can be displayed in active viewer. The result of this check is calculated by new virtual method LightApp_Displayer::canBeDisplayed. GEOM, SMESH, VISU overrides it in order to provide information, what object can be displayed in what viewer 2005-12-01 10:05:38 +00:00
SMESHGUI_EditHypothesesDlg.cxx PAL9787 2005-08-19 04:44:59 +00:00
SMESHGUI_EditHypothesesDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_EditMeshDlg.cxx Copyrights update 2005-12-05 16:31:55 +00:00
SMESHGUI_EditMeshDlg.h Copyrights update 2005-12-05 16:31:55 +00:00
SMESHGUI_ExtrusionAlongPathDlg.cxx Fix for bug IPAL10313 (It is impossible to select "Start point" from 3D viewer in "Extrusion along a path" dialog box). 2005-12-02 10:52:13 +00:00
SMESHGUI_ExtrusionAlongPathDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_ExtrusionDlg.cxx PAL9878 - selection lost after operation 2005-11-11 08:56:51 +00:00
SMESHGUI_ExtrusionDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Filter.cxx SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_Filter.h SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_FilterDlg.cxx Fix for bug PAL10409 (Filter "Belong to geom" fails if 2 geom shapes have the same name); 2005-11-11 15:50:58 +00:00
SMESHGUI_FilterDlg.h Fix for bug PAL10409 (Filter "Belong to geom" fails if 2 geom shapes have the same name); 2005-11-11 15:50:58 +00:00
SMESHGUI_FilterLibraryDlg.cxx Fix pb., appeared after wrong integration of 1.5 version: criteria are not saved 2005-10-04 07:29:19 +00:00
SMESHGUI_FilterLibraryDlg.h Update from local sources 2005-06-08 06:18:53 +00:00
SMESHGUI_FilterUtils.cxx Provide correct static variable <aFilterManager> management to avoid problems, appering if SMESHGUI is loaded from python script before module activation via GUI 2005-10-03 13:01:36 +00:00
SMESHGUI_FilterUtils.h Provide correct static variable <aFilterManager> management to avoid problems, appering if SMESHGUI is loaded from python script before module activation via GUI 2005-10-03 13:01:36 +00:00
SMESHGUI_GEOMGenUtils.cxx PAL10953. In GetGEOMGen(), assure that Geom_Gen exists 2006-01-13 09:54:19 +00:00
SMESHGUI_GEOMGenUtils.h SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_GroupDlg.cxx Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group" dialog box). 2005-11-22 15:09:07 +00:00
SMESHGUI_GroupDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_GroupOpDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_GroupOpDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_GroupUtils.cxx SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_GroupUtils.h Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_Hypotheses.cxx PAL10953: add methods allowing creation of hypotheses using params of an other hyp. PAL1094: return string from storeParams() to be shown on object browser 2005-12-29 14:36:35 +00:00
SMESHGUI_Hypotheses.h PAL10953: add methods allowing creation of hypotheses using params of an other hyp. PAL1094: return string from storeParams() to be shown on object browser 2005-12-29 14:36:35 +00:00
SMESHGUI_HypothesesUtils.cxx Join modifications from branch BR_3_1_0deb 2005-12-28 09:17:39 +00:00
SMESHGUI_HypothesesUtils.h PAL10491. Add GetMessageOnAlgoStateErrors() 2005-11-14 09:17:11 +00:00
SMESHGUI_IdValidator.h Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_MergeNodesDlg.cxx PAL9878 - selection lost after operation 2005-11-11 08:56:51 +00:00
SMESHGUI_MergeNodesDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_MeshDlg.cxx PAL10953. When a submesh is being created, provide possibility to select geometry by mesh element 2006-01-13 09:56:16 +00:00
SMESHGUI_MeshDlg.h PAL10953. When a submesh is being created, provide possibility to select geometry by mesh element 2006-01-13 09:56:16 +00:00
SMESHGUI_MeshInfosDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_MeshInfosDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_MeshOp.cxx PAL10953. protection against creating sub-mesh in an imported mesh 2006-01-13 11:14:24 +00:00
SMESHGUI_MeshOp.h PAL10953. When a submesh is being created, provide possibility to select geometry by mesh element 2006-01-13 09:56:16 +00:00
SMESHGUI_MeshPatternDlg.cxx PAL8978 - selection is lost after some operations 2005-11-23 12:08:49 +00:00
SMESHGUI_MeshPatternDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_MeshUtils.cxx Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_MeshUtils.h Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_MoveNodesDlg.cxx PAL8978 - selection is lost after some operations 2005-11-23 12:08:49 +00:00
SMESHGUI_MoveNodesDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_MultiEditDlg.cxx PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation 2005-12-14 07:11:48 +00:00
SMESHGUI_MultiEditDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_NodesDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_NodesDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Operation.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Operation.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_PatternUtils.cxx SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_PatternUtils.h Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_PatternWidget.cxx SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_PatternWidget.h Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_PrecisionDlg.cxx new names of preferences 2005-07-22 03:26:27 +00:00
SMESHGUI_PrecisionDlg.h *** empty log message *** 2005-06-08 10:45:19 +00:00
SMESHGUI_Preferences_ColorDlg.cxx *** empty log message *** 2005-06-08 10:45:19 +00:00
SMESHGUI_Preferences_ColorDlg.h *** empty log message *** 2005-06-08 10:45:19 +00:00
SMESHGUI_Preferences_ScalarBarDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Preferences_ScalarBarDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Preferences_SelectionDlg.cxx *** empty log message *** 2005-06-08 10:45:19 +00:00
SMESHGUI_Preferences_SelectionDlg.h *** empty log message *** 2005-06-08 10:45:19 +00:00
SMESHGUI_RemoveElementsDlg.cxx PAL9878 - selection lost after operation 2005-11-11 08:56:51 +00:00
SMESHGUI_RemoveElementsDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_RemoveNodesDlg.cxx PAL9878 - selection lost after operation 2005-11-11 08:56:51 +00:00
SMESHGUI_RemoveNodesDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_RenumberingDlg.cxx PAL9878 - selection lost after operation 2005-11-11 08:56:51 +00:00
SMESHGUI_RenumberingDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_RevolutionDlg.cxx PAL9878 - selection lost after operation 2005-11-11 08:56:51 +00:00
SMESHGUI_RevolutionDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_RotationDlg.cxx PAL8978 - selection is lost after some operations 2005-11-23 12:08:49 +00:00
SMESHGUI_RotationDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Selection.cxx Copyrights update 2005-12-05 16:31:55 +00:00
SMESHGUI_Selection.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_SelectionOp.cxx PAL10125 - references isn't selected in mesh creation dialog 2005-11-11 11:58:16 +00:00
SMESHGUI_SelectionOp.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_SewingDlg.cxx PAL9878 - selection lost after some operations 2005-11-25 14:06:27 +00:00
SMESHGUI_SewingDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_ShapeByMeshDlg.cxx PAL10953. Add SMESHGUI_ShapeByMeshDlg class files 2006-01-13 09:52:26 +00:00
SMESHGUI_ShapeByMeshDlg.h PAL10953. Add SMESHGUI_ShapeByMeshDlg class files 2006-01-13 09:52:26 +00:00
SMESHGUI_SingleEditDlg.cxx PAL8978 - selection is lost after some operations 2005-11-23 12:08:49 +00:00
SMESHGUI_SingleEditDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_SMESHGenUtils.cxx Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_SMESHGenUtils.h Merge with version on tag OCC-V2_1_0d 2004-12-01 10:48:31 +00:00
SMESHGUI_SmoothingDlg.cxx PAL8978 - selection is lost after some operations 2005-11-23 12:08:49 +00:00
SMESHGUI_SmoothingDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_SpinBox.cxx SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_SpinBox.h SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
SMESHGUI_StandardMeshInfosDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_StandardMeshInfosDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Swig.cxx PAL9199. add SetMeshIcon() 2005-07-07 07:28:57 +00:00
SMESHGUI_Swig.hxx PAL9199. add SetMeshIcon() 2005-07-07 07:28:57 +00:00
SMESHGUI_Swig.i PAL9199. add SetMeshIcon() 2005-07-07 07:28:57 +00:00
SMESHGUI_SymmetryDlg.cxx PAL8978 - selection is lost after some operations 2005-11-23 12:08:49 +00:00
SMESHGUI_SymmetryDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_TranslationDlg.cxx PAL9878 - selection lost after operation 2005-11-11 08:56:51 +00:00
SMESHGUI_TranslationDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_TransparencyDlg.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_TransparencyDlg.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Utils.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_Utils.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_VTKUtils.cxx Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_VTKUtils.h Using files from package LightApp instead of files from package SalomeApp 2005-11-03 08:38:17 +00:00
SMESHGUI_XmlHandler.cxx PAL10237. Read HypothesesSet's 2005-11-01 10:14:10 +00:00
SMESHGUI_XmlHandler.h PAL10237. Read HypothesesSet's 2005-11-01 10:14:10 +00:00
SMESHGUI.cxx PAL10953. Add switchToOperation() 2006-01-13 09:53:11 +00:00
SMESHGUI.h PAL10953. Add switchToOperation() 2006-01-13 09:53:11 +00:00