From 56bc5af4c89398c060a4a440f52c3bf90c626535 Mon Sep 17 00:00:00 2001 From: sln Date: Tue, 24 May 2005 11:36:28 +0000 Subject: [PATCH] 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 --- src/VISUGUI/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 \ -- 2.39.2