@@ -10507,10 +10507,10 @@
1050710507 JSROOT . addDrawFunc ( { name : "TBox" , icon : 'img_graph' , prereq : "more2d" , func : "JSROOT.Painter.drawBox" } ) ;
1050810508 JSROOT . addDrawFunc ( { name : "TWbox" , icon : 'img_graph' , prereq : "more2d" , func : "JSROOT.Painter.drawBox" } ) ;
1050910509 JSROOT . addDrawFunc ( { name : "TSliderBox" , icon : 'img_graph' , prereq : "more2d" , func : "JSROOT.Painter.drawBox" } ) ;
10510- JSROOT . addDrawFunc ( { name : "TGeoVolume" , icon : 'img_histo3d' , prereq : "geom" , func : "JSROOT.Painter.drawGeoObject" , expand : "JSROOT.GEO.expandObject" , opt :";more;all;count" } ) ;
10511- JSROOT . addDrawFunc ( { name : "TEveGeoShapeExtract" , icon : 'img_histo3d' , prereq : "geom" , func : "JSROOT.Painter.drawGeoObject" , expand : "JSROOT.GEO.expandObject" , opt : ";more;all;count" } ) ;
10512- JSROOT . addDrawFunc ( { name : "TGeoManager" , icon : 'img_histo3d' , prereq : "geom" , expand : "JSROOT.GEO.expandObject" , func : "JSROOT.Painter.drawGeoObject" , opt : ";more;all;count" , dflt : "expand" } ) ;
10513- JSROOT . addDrawFunc ( { name : / ^ T G e o / , icon : 'img_histo3d' , prereq : "geom" , func : "JSROOT.Painter.drawGeoObject" , opt : ";more;all;axis;compa;count" } ) ;
10510+ JSROOT . addDrawFunc ( { name : "TGeoVolume" , icon : 'img_histo3d' , prereq : "geom" , func : "JSROOT.Painter.drawGeoObject" , expand : "JSROOT.GEO.expandObject" , opt :";more;all;count;dflt_colors " } ) ;
10511+ JSROOT . addDrawFunc ( { name : "TEveGeoShapeExtract" , icon : 'img_histo3d' , prereq : "geom" , func : "JSROOT.Painter.drawGeoObject" , expand : "JSROOT.GEO.expandObject" , opt : ";more;all;count;dflt_colors " } ) ;
10512+ JSROOT . addDrawFunc ( { name : "TGeoManager" , icon : 'img_histo3d' , prereq : "geom" , expand : "JSROOT.GEO.expandObject" , func : "JSROOT.Painter.drawGeoObject" , opt : ";more;all;count;dflt_colors " , dflt : "expand" } ) ;
10513+ JSROOT . addDrawFunc ( { name : / ^ T G e o / , icon : 'img_histo3d' , prereq : "geom" , func : "JSROOT.Painter.drawGeoObject" , opt : ";more;all;axis;compa;count;dflt_colors " } ) ;
1051410514 // these are not draw functions, but provide extra info about correspondent classes
1051510515 JSROOT . addDrawFunc ( { name : "kind:Command" , icon : "img_execute" , execute : true } ) ;
1051610516 JSROOT . addDrawFunc ( { name : "TFolder" , icon : "img_folder" , icon2 : "img_folderopen" , noinspect : true , expand : JSROOT . Painter . FolderHierarchy } ) ;
0 commit comments