GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
go4.js File Reference

Go to the source code of this file.

Functions

 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})
 

Variables

function GO4 version = "5.3.x"
 
GO4 source_dir
 
GO4 MsgListPainter prototype RedrawObject
 

Function Documentation

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)

Variable Documentation

GO4 MsgListPainter prototype RedrawObject

Definition at line 136 of file go4.js.

GO4 source_dir
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"

Definition at line 11 of file go4.js.