Ejemplo n.º 1
0
 def __init__(self, cr):
     DistributedNode.__init__(self, cr)
     InteractiveBase.__init__(self)
     DistributedLocatableObject.__init__(self, cr)
     GridChild.__init__(self)
     self.interactGUI = None
     self.hideHpMeterFlag = 0
     self.userId = 0
     self.uniqueId = None
Ejemplo n.º 2
0
 def announceGenerate(self):
     DistributedNode.announceGenerate(self)
     DistributedLocatableObject.announceGenerate(self)
Ejemplo n.º 3
0
 def disable(self):
     DistributedNode.disable(self)
     InteractiveBase.disable(self)
     DistributedLocatableObject.disable(self)
Ejemplo n.º 4
0
 def generate(self):
     DistributedNode.generate(self)
     InteractiveBase.generate(self)
     DistributedLocatableObject.generate(self)
Ejemplo n.º 5
0
 def delete(self):
     DistributedNode.delete(self)
     InteractiveBase.delete(self)
     DistributedLocatableObject.delete(self)
     GridChild.delete(self)