Visu_tree_isosurfaces_gr.png \
Visu_tree_isosurfaces.png \
Visu_tree_mesh.png \
+Visu_tree_multipr_full.png \
+Visu_tree_multipr_hide.png \
+Visu_tree_multipr_low.png \
+Visu_tree_multipr_medium.png \
Visu_tree_plot3d_gr.png \
Visu_tree_plot3d.png \
Visu_tree_result.png \
Visu_slider_pause.png \
Visu_slider_next.png \
Visu_slider_last.png
-
+
EXTRA_DIST+= VISUCatalog.xml.in
nodist_salomeres_DATA=VISUCatalog.xml
tr("MEN_CACHE_PROPERTIES"), "", 0, aParent, false,
this, SLOT(OnCacheProperties()));
-#ifdef MED_ENABLE_MULTIPR
+#ifdef ENABLE_MULTIPR
// MULTIPR
aPixmap = aResourceMgr->loadPixmap("VISU",tr("ICON_MULTIPR_VIEW_FULL"));
createAction( VISU_MULTIPR_FULL_RES, tr("MEN_MULTIPR_VIEW_FULL_RES"), QIconSet(aPixmap),
mgr->insert( action( VISU_SELECTION_INFO ), -1, -1, -1 ); // Selection info
-#ifdef MED_ENABLE_MULTIPR
+#ifdef ENABLE_MULTIPR
// MULTIPR
mgr->insert( action( VISU_MULTIPR_FULL_RES ), -1, -1, -1 );
mgr->insert( action( VISU_MULTIPR_MED_RES ), -1, -1, -1 );
//aRule = "client='ObjectBrowser' and type='MEDFIELD'";
//mgr->setRule( action( VISU_IMPORT_MED ), aRule, true );
-#ifdef MED_ENABLE_MULTIPR
+#ifdef ENABLE_MULTIPR
// MULTIPR
aRule = "client='ObjectBrowser' and $type in {'VISU::TPART'}";
mgr->setRule( action( VISU_MULTIPR_FULL_RES ), aRule + " and selcount>=1", true );
aDlg->exec();
}
-#ifdef MED_ENABLE_MULTIPR
+#ifdef ENABLE_MULTIPR
// MULTIPR
void VisuGUI::OnMultiprViewFullRes()
UpdateObjBrowser(this, false);
}
-#endif // MED_ENABLE_MULTIPR
+#endif // ENABLE_MULTIPR