Salome HOME
Issues #2027, #2024, #2063, #2067: reentrant message to fill new operation by result...
authornds <nds@opencascade.com>
Mon, 3 Apr 2017 05:59:04 +0000 (08:59 +0300)
committernds <nds@opencascade.com>
Mon, 3 Apr 2017 05:59:04 +0000 (08:59 +0300)
commita87ec82289d152ffd66b1cb7133bfb5cbfe92281
tree53d064aedfa253c8f4c92d991ae828d79df99f86
parent37749d5474472bc9ff475a6fd25698f5a0726a8e
Issues #2027, #2024, #2063, #2067: reentrant message to fill new operation by result of the previous one. Issue #2064(PartSet_OperationPrs)
39 files changed:
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI_EventReentrantMessage.cpp [new file with mode: 0644]
src/ModelAPI/ModelAPI_EventReentrantMessage.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_IReentrant.cpp [new file with mode: 0644]
src/ModelAPI/ModelAPI_IReentrant.h [new file with mode: 0644]
src/ModuleBase/ModuleBase_IErrorMgr.h
src/ModuleBase/ModuleBase_IModule.cpp
src/ModuleBase/ModuleBase_IModule.h
src/ModuleBase/ModuleBase_IPropertyPanel.cpp
src/ModuleBase/ModuleBase_IPropertyPanel.h
src/ModuleBase/ModuleBase_IWorkshop.h
src/ModuleBase/ModuleBase_ModelWidget.cpp
src/ModuleBase/ModuleBase_ModelWidget.h
src/PartSet/PartSet_CustomPrs.cpp
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/PartSet/PartSet_OperationPrs.cpp
src/PartSet/PartSet_OperationPrs.h
src/PartSet/PartSet_OverconstraintListener.cpp
src/PartSet/PartSet_SketcherReentrantMgr.cpp
src/PartSet/PartSet_SketcherReentrantMgr.h
src/PartSet/PartSet_Tools.cpp
src/PartSet/PartSet_Tools.h
src/PartSet/PartSet_WidgetFeaturePointSelector.cpp
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Line.cpp
src/SketchPlugin/SketchPlugin_Line.h
src/SketchPlugin/SketchPlugin_MacroArc.cpp
src/SketchPlugin/SketchPlugin_MacroArc.h
src/SketchPlugin/SketchPlugin_MacroArcReentrantMessage.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_MacroCircle.cpp
src/SketchPlugin/SketchPlugin_MacroCircle.h
src/SketchPlugin/SketchPlugin_Trim.cpp
src/SketchPlugin/SketchPlugin_Trim.h
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/plugin-Sketch.xml
src/XGUI/XGUI_ErrorMgr.h
src/XGUI/XGUI_ModuleConnector.cpp
src/XGUI/XGUI_ModuleConnector.h