Salome HOME
refs #30 - Sketch base GUI: create, draw lines
authornds <natalia.donis@opencascade.com>
Wed, 23 Apr 2014 12:14:07 +0000 (16:14 +0400)
committernds <natalia.donis@opencascade.com>
Wed, 23 Apr 2014 12:14:07 +0000 (16:14 +0400)
commit2eeb7eb916ca36bb522a2c65011d2bb8b0894fbc
tree05005abe4e7084c3b4c5aeb270e039c5f2248e82
parent912b947536177180af5bd6d620d84e9ebc05be66
refs #30 - Sketch base GUI: create, draw lines

Creation of the operation manager to provide the operations stack.
17 files changed:
src/Model/Model_PluginManager.cpp
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/PartSet/PartSet_OperationSketch.cpp
src/PartSet/PartSet_OperationSketch.h
src/PartSet/PartSet_OperationSketchBase.cpp
src/PartSet/PartSet_OperationSketchBase.h
src/XGUI/CMakeLists.txt
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_Displayer.h
src/XGUI/XGUI_Module.h
src/XGUI/XGUI_OperationMgr.cpp [new file with mode: 0644]
src/XGUI/XGUI_OperationMgr.h [new file with mode: 0644]
src/XGUI/XGUI_Workshop.cpp
src/XGUI/XGUI_Workshop.h