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
def announceGenerate(self): DistributedNode.announceGenerate(self) DistributedLocatableObject.announceGenerate(self)
def disable(self): DistributedNode.disable(self) InteractiveBase.disable(self) DistributedLocatableObject.disable(self)
def generate(self): DistributedNode.generate(self) InteractiveBase.generate(self) DistributedLocatableObject.generate(self)
def delete(self): DistributedNode.delete(self) InteractiveBase.delete(self) DistributedLocatableObject.delete(self) GridChild.delete(self)