From: pkv Date: Wed, 28 Sep 2005 09:04:04 +0000 (+0000) Subject: Implemetation of the class controlling the local and global scalar bars X-Git-Tag: BR-D5-38-2003_D2005-12-10~125 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c300af05b03d261d3be451f6dfb73ea388b5872e;p=modules%2Fvisu.git Implemetation of the class controlling the local and global scalar bars --- 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