Salome HOME
Initial version of redesign of working with results
authormpv <mikhail.ponikarov@opencascade.com>
Fri, 11 Jul 2014 07:17:01 +0000 (11:17 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Fri, 11 Jul 2014 07:17:01 +0000 (11:17 +0400)
commitc0565e75ce0bd2f2994dc9874c4775cf7a4cb7ad
tree39ee1e823745f315fdaf17ac98ebb2036d54dbb8
parenta53a679f7540527449ae03a47068179e2ce15865
Initial version of redesign of working with results
69 files changed:
src/Model/CMakeLists.txt
src/Model/Model_Data.cpp
src/Model/Model_Data.h
src/Model/Model_Document.cpp
src/Model/Model_Document.h
src/Model/Model_Events.cpp
src/Model/Model_Events.h
src/Model/Model_Object.cpp [deleted file]
src/Model/Model_Object.h [deleted file]
src/Model/Model_PluginManager.cpp
src/Model/Model_ResultBody.cpp [new file with mode: 0644]
src/Model/Model_ResultBody.h [new file with mode: 0644]
src/Model/Model_ResultConstruction.cpp [new file with mode: 0644]
src/Model/Model_ResultConstruction.h [new file with mode: 0644]
src/Model/Model_ResultPart.cpp [new file with mode: 0644]
src/Model/Model_ResultPart.h [new file with mode: 0644]
src/Model/Model_Update.cpp
src/Model/Model_Update.h
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI_Attribute.h
src/ModelAPI/ModelAPI_Data.h
src/ModelAPI/ModelAPI_Document.h
src/ModelAPI/ModelAPI_Events.h
src/ModelAPI/ModelAPI_Feature.h
src/ModelAPI/ModelAPI_Object.h
src/ModelAPI/ModelAPI_Result.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_ResultBody.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_ResultConstruction.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_ResultPart.h [new file with mode: 0644]
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_WidgetBoolValue.cpp
src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp
src/ModuleBase/ModuleBase_WidgetFeature.cpp
src/ModuleBase/ModuleBase_WidgetFeatureOrAttribute.cpp
src/ModuleBase/ModuleBase_WidgetPoint2D.cpp
src/ModuleBase/ModuleBase_WidgetSelector.cpp
src/PartSet/PartSet_Listener.cpp
src/PartSet/PartSet_OperationFeatureEdit.cpp
src/PartSet/PartSet_OperationFeatureEditMulti.cpp
src/SketchPlugin/SketchPlugin_Arc.cpp
src/SketchPlugin/SketchPlugin_Arc.h
src/SketchPlugin/SketchPlugin_Circle.cpp
src/SketchPlugin/SketchPlugin_Circle.h
src/SketchPlugin/SketchPlugin_Constraint.cpp
src/SketchPlugin/SketchPlugin_Constraint.h
src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp
src/SketchPlugin/SketchPlugin_ConstraintCoincidence.h
src/SketchPlugin/SketchPlugin_ConstraintDistance.cpp
src/SketchPlugin/SketchPlugin_ConstraintDistance.h
src/SketchPlugin/SketchPlugin_ConstraintLength.cpp
src/SketchPlugin/SketchPlugin_ConstraintLength.h
src/SketchPlugin/SketchPlugin_ConstraintParallel.cpp
src/SketchPlugin/SketchPlugin_ConstraintParallel.h
src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.cpp
src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.h
src/SketchPlugin/SketchPlugin_ConstraintRadius.cpp
src/SketchPlugin/SketchPlugin_ConstraintRadius.h
src/SketchPlugin/SketchPlugin_Feature.cpp
src/SketchPlugin/SketchPlugin_Feature.h
src/SketchPlugin/SketchPlugin_Line.cpp
src/SketchPlugin/SketchPlugin_Line.h
src/SketchPlugin/SketchPlugin_Point.cpp
src/SketchPlugin/SketchPlugin_Point.h
src/SketchPlugin/SketchPlugin_Sketch.cpp
src/SketchPlugin/SketchPlugin_Sketch.h
src/SketchSolver/SketchSolver_ConstraintGroup.cpp
src/SketchSolver/SketchSolver_ConstraintManager.cpp
src/XGUI/XGUI_DocumentDataModel.cpp
src/XGUI/XGUI_Workshop.cpp