]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
authornds <natalia.donis@opencascade.com>
Mon, 23 Jun 2014 17:48:57 +0000 (21:48 +0400)
committernds <natalia.donis@opencascade.com>
Mon, 23 Jun 2014 17:48:57 +0000 (21:48 +0400)
commit2e6153d900999f7ddc85ba595ef5c74474fc796c
tree3486410ff8b04588c6806cc79fb5e04e06da1bf3
parentb6098dd8167affb46d7a3ef309b052de473fcb0e
refs #80 - Sketch base GUI: create/draw point, circle and arc

Change the feature create operation to work without a custom presentation.
14 files changed:
src/ModuleBase/CMakeLists.txt
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/ModuleBase/ModuleBase_WidgetPoint2D.cpp
src/ModuleBase/ModuleBase_WidgetPoint2D.h
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_OperationFeatureCreate.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationFeatureCreate.h [new file with mode: 0644]
src/XGUI/XGUI_OperationMgr.cpp
src/XGUI/XGUI_OperationMgr.h
src/XGUI/XGUI_PropertyPanel.cpp
src/XGUI/XGUI_PropertyPanel.h
src/XGUI/XGUI_Workshop.cpp