コード例 #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
コード例 #2
0
 def announceGenerate(self):
     DistributedNode.announceGenerate(self)
     DistributedLocatableObject.announceGenerate(self)
コード例 #3
0
 def disable(self):
     DistributedNode.disable(self)
     InteractiveBase.disable(self)
     DistributedLocatableObject.disable(self)
コード例 #4
0
 def generate(self):
     DistributedNode.generate(self)
     InteractiveBase.generate(self)
     DistributedLocatableObject.generate(self)
コード例 #5
0
 def delete(self):
     DistributedNode.delete(self)
     InteractiveBase.delete(self)
     DistributedLocatableObject.delete(self)
     GridChild.delete(self)