From c300af05b03d261d3be451f6dfb73ea388b5872e Mon Sep 17 00:00:00 2001 From: pkv Date: Wed, 28 Sep 2005 09:04:04 +0000 Subject: [PATCH] Implemetation of the class controlling the local and global scalar bars --- src/PIPELINE/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/PIPELINE/Makefile.in b/src/PIPELINE/Makefile.in index 14274e17..95243194 100644 --- a/src/PIPELINE/Makefile.in +++ b/src/PIPELINE/Makefile.in @@ -43,7 +43,8 @@ EXPORT_HEADERS = \ VISU_UsedPointsFilter.hxx VISU_GaussPointsPL.hxx \ VISU_Plot3DPL.hxx \ VISU_OpenGLPointSpriteMapper.hxx \ - VISU_ImplicitFunctionWidget.h + VISU_ImplicitFunctionWidget.h \ + VISU_ScalarBarCtrl.hxx # Libraries targets @@ -59,7 +60,8 @@ LIB_SRC = \ VISU_UsedPointsFilter.cxx VISU_GaussPointsPL.cxx \ VISU_Plot3DPL.cxx SALOME_ExtractGeometry.cxx \ VISU_OpenGLPointSpriteMapper.cxx \ - VISU_ImplicitFunctionWidget.cxx + VISU_ImplicitFunctionWidget.cxx \ + VISU_ScalarBarCtrl.cxx # Executables targets -- 2.39.2