]> SALOME platform Git repositories - modules/shaper.git/commit - src/SketchPlugin/SketchPlugin.h
Salome HOME
Task #30 - Sketch base GUI: create, draw lines
authornds <natalia.donis@opencascade.com>
Tue, 22 Apr 2014 13:16:43 +0000 (17:16 +0400)
committernds <natalia.donis@opencascade.com>
Tue, 22 Apr 2014 13:16:43 +0000 (17:16 +0400)
commit366bd43e7fec56e20a6588f5e0522a154a921e96
treefbd50bf152c37ca1c05e8c4b6b7990010feae8fb
parent0490eb8655903ddff6e8d4669b9873a36e382e09
Task #30 - Sketch base GUI: create, draw lines
The initial implementation.
32 files changed:
CMakeLists.txt
src/Config/CMakeLists.txt
src/Config/plugin-Sketch.xml [new file with mode: 0644]
src/Config/plugins.xml
src/ModelAPI/ModelAPI_Document.h
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/PartSet/PartSet_OperationSketch.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationSketch.h [new file with mode: 0644]
src/PartSet/PartSet_OperationSketchBase.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationSketchBase.h [new file with mode: 0644]
src/PartSet/PartSet_icons.qrc
src/PartSet/icons/line.png [new file with mode: 0644]
src/PartSet/icons/sketch.png [new file with mode: 0644]
src/SketchPlugin/CMakeLists.txt [new file with mode: 0644]
src/SketchPlugin/SketchPlugin.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Feature.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Feature.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Sketch.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Sketch.h [new file with mode: 0644]
src/XGUI/CMakeLists.txt
src/XGUI/XGUI_Displayer.cpp [new file with mode: 0644]
src/XGUI/XGUI_Displayer.h [new file with mode: 0644]
src/XGUI/XGUI_Viewer.cpp
src/XGUI/XGUI_Viewer.h
src/XGUI/XGUI_Workshop.cpp
src/XGUI/XGUI_Workshop.h