Salome HOME
Better timestamp management to synchronize the timestamp of the view and the field id
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Thu, 26 Nov 2020 15:42:32 +0000 (16:42 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Thu, 26 Nov 2020 15:42:32 +0000 (16:42 +0100)
commitfdd9edc45ff7e3cb06adf2ccfc2c6f214786aa98
tree09998dbdc4723c0a7b2588275712dde853f753c5
parenta0ab4e853dcc3cfdef45dcd79e72678f6e9acf0a
Better timestamp management to synchronize the timestamp of the view and the field id
- when displaying a field from gui, its id at the current timestamp is used
- when displaying a field from tui with its id, the field timestamp is set in the view (and time toolbar)
15 files changed:
idl/MEDDataManager.idl
src/MEDCalc/cmp/MEDDataManager_i.cxx
src/MEDCalc/cmp/MEDDataManager_i.hxx
src/MEDCalc/cmp/MEDPresentation.cxx
src/MEDCalc/cmp/MEDPresentation.hxx
src/MEDCalc/cmp/MEDPresentationContour.cxx
src/MEDCalc/cmp/MEDPresentationDeflectionShape.cxx
src/MEDCalc/cmp/MEDPresentationPointSprite.cxx
src/MEDCalc/cmp/MEDPresentationScalarMap.cxx
src/MEDCalc/cmp/MEDPresentationSlices.cxx
src/MEDCalc/cmp/MEDPresentationVectorField.cxx
src/MEDCalc/gui/MEDModule.cxx
src/MEDCalc/gui/MEDModule.hxx
src/MEDCalc/gui/PresentationController.cxx
src/MEDCalc/test/tui/vector_field.py