]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Actions Display/Erase of Gauss Points presentation added to popup
authorouv <ouv@opencascade.com>
Thu, 13 Oct 2005 11:23:49 +0000 (11:23 +0000)
committerouv <ouv@opencascade.com>
Thu, 13 Oct 2005 11:23:49 +0000 (11:23 +0000)
src/VISUGUI/VisuGUI_Module.cxx

index 58f1fe487d022ad3876a244c24c804e020b8d725..dff0fe8605d90f8bc2011f2d366ea002908b746b 100644 (file)
@@ -264,27 +264,6 @@ VisuGUI_Module
   mgr->setRule( action( GAUSS_DISPLAY_ONLY_PRS ), 
                aRule, true );
 
-  QString aSVTKCompatiblePrs;
-  aSVTKCompatiblePrs = 
-    "'VISU::TSCALARMAP' "
-    "'VISU::TISOSURFACE' "
-    "'VISU::TDEFORMEDSHAPE' "
-    "'VISU::TCUTPLANES' "
-    "'VISU::TCUTLINES' "
-    "'VISU::TVECTORS' "
-    "'VISU::TSTREAMLINES' "
-    "'VISU::TPLOT3D'";
-
-  aRule = 
-    "(client='ObjectBrowser' and selcount>0 and ("
-    "(type='VISU::TTABLE' and nbChildren>0) or "
-    "($type in {'VISU::TCURVE' 'VISU::TCONTAINER'}) or "
-    "$type in {" + aSVTKCompatiblePrs +"} or "
-    "$type='VISU::TGAUSSPOINTS' "
-    ")) and (isVisible=false)";
-
-  mgr->setRule( action( VISU_DISPLAY ), aRule, true );
-
   mgr->setRule( action( VISU_SAVE_VIEW_PARAMS ), "selcount=1 and $type in {'VISU::TVIEW3D' VISU::TGAUSSVIEW}", true );
   mgr->setRule( action( VISU_SAVE_VIEW_PARAMS_1 ), "$client in {'VTKViewer' 'SVTK'} and selcount=0", true );
   aRule = "selcount=1 and "