]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
refs #30 - Sketch base GUI: create, draw lines
authornds <natalia.donis@opencascade.com>
Fri, 25 Apr 2014 13:57:22 +0000 (17:57 +0400)
committernds <natalia.donis@opencascade.com>
Fri, 25 Apr 2014 13:57:22 +0000 (17:57 +0400)
commit0951dd3a93f5370e1b42aef86cccbe0aaa8df0a6
treed9f4b40290de695483b1d58b4e1c944da400be2b
parent09aface0139a7e699955f508eb4bd8d927e790ff
refs #30 - Sketch base GUI: create, draw lines

Line feature realization:
1. Create operation
2. Create point widget
3. Move widgets to ModuleBase
25 files changed:
src/Config/Config_Keywords.h
src/ModuleBase/CMakeLists.txt
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/ModuleBase/ModuleBase_WidgetCustom.h [new file with mode: 0644]
src/ModuleBase/ModuleBase_WidgetFactory.cpp [new file with mode: 0644]
src/ModuleBase/ModuleBase_WidgetFactory.h [new file with mode: 0644]
src/ModuleBase/ModuleBase_WidgetPoint2D.cpp [new file with mode: 0644]
src/ModuleBase/ModuleBase_WidgetPoint2D.h [new file with mode: 0644]
src/ModuleBase/ModuleBase_WidgetSwitch.cpp [new file with mode: 0644]
src/ModuleBase/ModuleBase_WidgetSwitch.h [new file with mode: 0644]
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_OperationSketch.cpp
src/PartSet/PartSet_OperationSketchLine.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationSketchLine.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Line.h
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/plugin-Sketch.xml
src/XGUI/CMakeLists.txt
src/XGUI/XGUI_SwitchWidget.cpp [deleted file]
src/XGUI/XGUI_SwitchWidget.h [deleted file]
src/XGUI/XGUI_WidgetFactory.cpp [deleted file]
src/XGUI/XGUI_WidgetFactory.h [deleted file]
src/XGUI/XGUI_Workshop.cpp