ATLAS Offline Software
Classes | Variables
PyPoolBrowser Namespace Reference

Classes

class  EDMItem
 
class  MyRootObj
 
class  RootItem
 

Variables

 dh = g.PyDataHeader()
 
dictionary objList = {}
 
 rootObj = MyRootObj()
 
dictionary name = objList[key]
 
 root = Tk()
 
 bd
 
 sc = TreeWidget.ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
 
 expand
 
 fill
 
 item = RootItem('/',rootObj,True)
 
 node = TreeWidget.TreeNode(sc.canvas, None, item)
 

Variable Documentation

◆ bd

PyPoolBrowser.bd

Definition at line 125 of file PyPoolBrowser.py.

◆ dh

PyPoolBrowser.dh = g.PyDataHeader()

Definition at line 102 of file PyPoolBrowser.py.

◆ expand

PyPoolBrowser.expand

Definition at line 128 of file PyPoolBrowser.py.

◆ fill

PyPoolBrowser.fill

Definition at line 128 of file PyPoolBrowser.py.

◆ item

PyPoolBrowser.item = RootItem('/',rootObj,True)

Definition at line 129 of file PyPoolBrowser.py.

◆ name

dictionary PyPoolBrowser.name = objList[key]

Definition at line 115 of file PyPoolBrowser.py.

◆ node

PyPoolBrowser.node = TreeWidget.TreeNode(sc.canvas, None, item)

Definition at line 131 of file PyPoolBrowser.py.

◆ objList

dictionary PyPoolBrowser.objList = {}

Definition at line 103 of file PyPoolBrowser.py.

◆ root

PyPoolBrowser.root = Tk()

Definition at line 123 of file PyPoolBrowser.py.

◆ rootObj

PyPoolBrowser.rootObj = MyRootObj()

Definition at line 111 of file PyPoolBrowser.py.

◆ sc

PyPoolBrowser.sc = TreeWidget.ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)

Definition at line 127 of file PyPoolBrowser.py.