Functions | |
def | uiSvc |
def | session |
def Quanjing::gaudiinterface::uiSvc | ( | ) |
Definition at line 8 of file gaudiinterface.py.
00008 : 00009 svcLoc = GaudiPython.gbl.Gaudi.svcLocator() 00010 svc = GaudiPython.Helper.service(svcLoc, 'OnXSvc',1) 00011 return GaudiPython.InterfaceCast('IUserInterfaceSvc').cast(svc) 00012 import OnX
def Quanjing::gaudiinterface::session | ( | ) |