Go to the source code of this file.
|  | 
|  | if (!JSROOT.TBasePainter.prototype.get_main_id) JSROOT.TBasePainter.prototype.get_main_id | 
|  | 
| JSROOT | addDrawFunc ("TGo4PolyCond",{script:GO4.source_dir+ 'html/condition.js', func: 'GO4.drawGo4Cond'},";editor") | 
|  | 
| JSROOT | addDrawFunc ("TGo4MsgList", GO4.DrawMsgList,"") | 
|  | 
| JSROOT | addDrawFunc ({name:"TGo4MbsEvent", noinspect:true}) | 
|  | 
      
        
          | JSROOT addDrawFunc | ( | "TGo4PolyCond" | , | 
        
          |  |  | {script:GO4.source_dir+ 'html/condition.js', func: 'GO4.drawGo4Cond'} | , | 
        
          |  |  | ";editor" |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | JSROOT addDrawFunc | ( | "TGo4MsgList" | , | 
        
          |  |  | GO4. | DrawMsgList, | 
        
          |  |  | "" |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | JSROOT addDrawFunc | ( | {name:"TGo4MbsEvent", noinspect:true} |  | ) |  | 
      
 
 
      
        
          | if | ( | !JSROOT.TBasePainter.prototype. | get_main_id | ) |  | 
      
 
 
      
        
          | GO4 MsgListPainter prototype RedrawObject | 
      
 
 
Initial value:= function() {
      var scripts = document.getElementsByTagName('script');
      for (var n in scripts) {
         if (scripts[n]['type'] != 'text/javascript') continue;
         var src = scripts[n]['src'];
         if ((src == null) || (src.length == 0)) continue;
         var pos = src.indexOf("html/go4.js");
         if (pos<0) continue;
         if (src.indexOf("JSRootCore")>=0) continue;
         console.log('Set GO4.source_dir to ' + src.substr(0, pos));
         return src.substr(0, pos);
      }
      return "";
   }()
Definition at line 14 of file go4.js.
 
 
      
        
          | function GO4 version = "5.3.x" |