From: sln Date: Tue, 24 May 2005 11:36:28 +0000 (+0000) Subject: PostPro 2005: T1.5: Graduated ruled. New dialog for editing properties of graduated... X-Git-Tag: V2_2_0_VISU_improvement_2005-05-27~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=56bc5af4c89398c060a4a440f52c3bf90c626535;p=modules%2Fvisu.git PostPro 2005: T1.5: Graduated ruled. New dialog for editing properties of graduated axes (CubeAxes) added. Also VisuGUI_FontWg class added. It is a widget to specify properties of text in VTK viewer --- diff --git a/src/VISUGUI/Makefile.in b/src/VISUGUI/Makefile.in index d34d7d86..ff41ad8a 100644 --- a/src/VISUGUI/Makefile.in +++ b/src/VISUGUI/Makefile.in @@ -60,7 +60,9 @@ LIB_SRC = VisuGUI.cxx \ VisuGUI_Plot3DDlg.cxx \ VisuGUI_ClippingDlg.cxx \ VisuGUI_EditContainerDlg.cxx \ - VisuGUI_OffsetDlg.cxx + VisuGUI_OffsetDlg.cxx \ + VisuGUI_CubeAxesDlg.cxx \ + VisuGUI_FontWg.cxx LIB_MOC = \ VisuGUI.h \ @@ -80,7 +82,9 @@ LIB_MOC = \ VisuGUI_ClippingDlg.h \ VisuGUI_EditContainerDlg.h \ VisuGUI_Selection.h \ - VisuGUI_OffsetDlg.h + VisuGUI_OffsetDlg.h \ + VisuGUI_CubeAxesDlg.h \ + VisuGUI_FontWg.h LIB_CLIENT_IDL = SALOME_Exception.idl \ VISU_Gen.idl \