]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Protection from automatic generation of titles using curve\92s titles is added. Before...
authorsln <sln@opencascade.com>
Fri, 13 Apr 2007 12:16:49 +0000 (12:16 +0000)
committersln <sln@opencascade.com>
Fri, 13 Apr 2007 12:16:49 +0000 (12:16 +0000)
commitcae17faab7a0a2eab02913ab5c1c7288d1db5e7d
treee7a2d3c1790918de3de04ad9b8655b14b64883bc
parente9abb6eb49772e9a35ddf80dab883e6e3069d92b
Protection from automatic generation of titles using curve\92s titles is added. Before this protection user could specify the titles manually using \93Plot 2d View Settings\94 dialog box. There was situation when titles generated automatically in updateTitles method and user lost his changes. Now there are myTitleAutoGeneration, myXTitleAutoGeneration, myYTitleAutoGeneration fields. They are true by default but if user changes titles they becomes true and automatic generation is not performed. Also corresponding methods for setting/getting these fields are added. Signal titleChangedByUser( const int theObjectType ) added too.
src/Plot2d/Plot2d_ViewFrame.cxx
src/Plot2d/Plot2d_ViewFrame.h