From 5db4f75041655b9fae339e6cc46fe559033b13d3 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 14 Sep 2005 06:35:27 +0000 Subject: [PATCH] *** empty log message *** --- src/CAM/CAM_Application.cxx | 14 +++++++------- src/GLViewer/Makefile.in | 2 +- src/Makefile.in | 2 +- src/OBJECT/Makefile.in | 2 +- src/Plot2d/Makefile.in | 4 ++-- src/Plot2d/Plot2d_ViewFrame.cxx | 10 ---------- 6 files changed, 12 insertions(+), 22 deletions(-) diff --git a/src/CAM/CAM_Application.cxx b/src/CAM/CAM_Application.cxx index 4f276dfa8..d20e26ad7 100755 --- a/src/CAM/CAM_Application.cxx +++ b/src/CAM/CAM_Application.cxx @@ -482,11 +482,11 @@ void CAM_Application::createEmptyStudy() STD_Application::createEmptyStudy(); - SUIT_Study* newStudy = activeStudy(); - if ( study != newStudy ) - { - CAM_Study* camStudy = dynamic_cast( newStudy ); - for ( ModuleListIterator it( myModules ); it.current(); ++it ) - camStudy->insertDataModel( it.current()->dataModel() ); - } + //SUIT_Study* newStudy = activeStudy(); + //if ( study != newStudy ) + //{ + // CAM_Study* camStudy = dynamic_cast( newStudy ); + // for ( ModuleListIterator it( myModules ); it.current(); ++it ) + // camStudy->insertDataModel( it.current()->dataModel() ); + //} } diff --git a/src/GLViewer/Makefile.in b/src/GLViewer/Makefile.in index d921dd294..28bb5bf76 100644 --- a/src/GLViewer/Makefile.in +++ b/src/GLViewer/Makefile.in @@ -98,6 +98,6 @@ CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) LDFLAGS+=$(QT_MT_LIBS) $(CAS_KERNEL) -LIBS+= -L${GUI_ROOT_DIR}/lib/salome -lsuit -L/usr/X11R6/lib -lGLU +LIBS+= -L${GUI_ROOT_DIR}/lib/salome -lsuit -lqtx -L/usr/X11R6/lib -lGLU @CONCLUDE@ diff --git a/src/Makefile.in b/src/Makefile.in index e1899da8d..9d6a17933 100755 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -34,6 +34,6 @@ VPATH=.:@srcdir@ SUBDIRS = Qtx SUIT STD CAF CAM SUITApp VTKViewer OCCViewer GLViewer \ LogWindow Event OBJECT Prs PyInterp PythonConsole ObjBrowser \ - RegistryDisplay Plot2d TOOLSGUI SOCC SVTK SPlot2d Session SalomeApp SALOME_SWIG SALOME_PY SUPERVGraph SALOME_PYQT Style ResExporter + RegistryDisplay Plot2d TOOLSGUI SOCC SVTK SPlot2d LightApp Session SalomeApp SALOME_SWIG SALOME_PY SUPERVGraph SALOME_PYQT Style ResExporter @MODULE@ diff --git a/src/OBJECT/Makefile.in b/src/OBJECT/Makefile.in index b6dfae0e1..9bcbc4cec 100755 --- a/src/OBJECT/Makefile.in +++ b/src/OBJECT/Makefile.in @@ -52,7 +52,7 @@ LIB_CLIENT_IDL = BIN = BIN_SRC = -CPPFLAGS+=$(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(QT_INCLUDES) $(OGL_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome +CPPFLAGS+=$(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(QT_INCLUDES) $(OGL_INCLUDES) LDFLAGS+= $(PYTHON_LIBS) $(VTK_LIBS) $(QT_LIBS) $(OGL_LIBS) $(CAS_LDPATH) -lTKV3d -lVTKViewer -lsuit diff --git a/src/Plot2d/Makefile.in b/src/Plot2d/Makefile.in index 65ccacd41..ef3d4742b 100755 --- a/src/Plot2d/Makefile.in +++ b/src/Plot2d/Makefile.in @@ -66,9 +66,9 @@ plot2d_settings.png \ plot2d_splines.png \ plot2d_zoom.png -CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) -I$(KERNEL_ROOT_DIR)/include/salome +CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) -LDFLAGS+=$(QWT_LIBS) $(QT_MT_LIBS) -L$(KERNEL_ROOT_DIR)/lib/salome -lsuit +LDFLAGS+=$(QWT_LIBS) $(QT_MT_LIBS) -lsuit @CONCLUDE@ diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index 03540eabd..7b1da6225 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -12,8 +12,6 @@ #include "SUIT_ResourceMgr.h" #include "SUIT_Application.h" -//#include "utilities.h" - #include "qapplication.h" #include #include @@ -381,7 +379,6 @@ QString Plot2d_ViewFrame::getInfo( const QPoint& pnt ) if ( xmark-2 == pnt.x() ) { xCoord = majXmark; xFound = true; -// MESSAGE("Plot2d_ViewFrame::getInfo : close maj X mark("< color.blue() ) cols[ "blue-min" ] = color.blue(); } - for (IList::Iterator it = mars.begin(); it != mars.end(); ++it) - MESSAGE("markers( " << it.key() << ") = " << it.data() ); - for (IList::Iterator it = lins.begin(); it != lins.end(); ++it) - MESSAGE("lines( " << it.key() << ") = " << it.data() ); - for (SList::Iterator it = cols.begin(); it != cols.end(); ++it) - MESSAGE("colors( " << it.key() << ") = " << it.data() ); #endif Plot2d_SetupViewDlg* dlg = new Plot2d_SetupViewDlg( this, true, mySecondY ); -- 2.39.2