]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #368 move constraint problem
authornds <natalia.donis@opencascade.com>
Wed, 28 Jan 2015 06:30:04 +0000 (09:30 +0300)
committernds <natalia.donis@opencascade.com>
Wed, 28 Jan 2015 06:30:04 +0000 (09:30 +0300)
commitc0b3029f31fc1e6885a6cbe1314b97d22cbd8388
tree52e1864386d60379dd9bfdb73ab2847c7fb10a9d
parent0233fc4277a766a0db60d017664ee1178b40002e
Issue #368 move constraint problem

The operation should be applyed if the apply state is true in the operation manager, otherwise, it is aborted.
The isOkEnabled, setOkEnabled methods should not be avaialabe in the property panel because this state is updated according to operation manager state by workshop object.
canAbortOperation is renamed to canStopOperation, because it is possible that the given operation is commited or aborted.
src/ModuleBase/ModuleBase_IPropertyPanel.h
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_WidgetPoint2d.cpp
src/PartSet/PartSet_WidgetPoint2dDistance.cpp
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