Panda3D
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DistributedObjectGlobalUD Class Reference
Inheritance diagram for DistributedObjectGlobalUD:
DistributedObjectUD DistributedObjectBase DirectObject

Public Member Functions

def __init__ (self, air)
 
def announceGenerate (self)
 
def delete (self)
 
def execCommand (self, command, mwMgrId, avId, zoneId)
 
- Public Member Functions inherited from DistributedObjectUD
def __init__ (self, air)
 
def delete (self)
 
def getDeleteEvent (self)
 
def sendDeleteEvent (self)
 
def status (self, indent=0)
 
- Public Member Functions inherited from DistributedObjectBase
def __init__ (self, cr)
 
def getLocation (self)
 
def getParentObj (self)
 
def handleChildArrive (self, childObj, zoneId)
 
def handleChildArriveZone (self, childObj, zoneId)
 
def handleChildLeave (self, childObj, zoneId)
 
def handleChildLeaveZone (self, childObj, zoneId)
 
def handleQueryObjectChildrenLocalDone (self, context)
 
def hasParentingRules (self)
 
def status (self, indent=0)
 
- Public Member Functions inherited from DirectObject
def __init__ (self)
 
def accept (self, event, method, extraArgs=[])
 
def acceptOnce (self, event, method, extraArgs=[])
 
def addTask (self, args, kwargs)
 
def detectLeaks (self)
 
def doMethodLater (self, args, kwargs)
 
def getAllAccepting (self)
 
def ignore (self, event)
 
def ignoreAll (self)
 
def isAccepting (self, event)
 
def isIgnoring (self, event)
 
def removeAllTasks (self)
 
def removeTask (self, taskOrName)
 

Public Attributes

 ExecNamespace
 
- Public Attributes inherited from DistributedObjectUD
 accountName
 
 air
 
 dclass
 
 DistributedObjectUD_initialized
 
 lastNonQuietZone
 
- Public Attributes inherited from DistributedObjectBase
 children
 
 cr
 
 parentId
 
 zoneId
 

Static Public Attributes

int doNotDeallocateChannel = 1
 
int isGlobalDistObj = 1
 
 notify = directNotify.newCategory('DistributedObjectGlobalUD')
 
- Static Public Attributes inherited from DistributedObjectUD
 notify = directNotify.newCategory("DistributedObjectUD")
 
int QuietZone = 1
 
- Static Public Attributes inherited from DistributedObjectBase
 notify = directNotify.newCategory("DistributedObjectBase")
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  air 
)

Member Function Documentation

◆ announceGenerate()

def announceGenerate (   self)

◆ delete()

def delete (   self)

◆ execCommand()

def execCommand (   self,
  command,
  mwMgrId,
  avId,
  zoneId 
)

Member Data Documentation

◆ doNotDeallocateChannel

int doNotDeallocateChannel = 1
static

◆ ExecNamespace

ExecNamespace

◆ isGlobalDistObj

int isGlobalDistObj = 1
static

◆ notify

notify = directNotify.newCategory('DistributedObjectGlobalUD')
static