Panda3D
Loading...
Searching...
No Matches
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

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

Public Attributes

 doId
 
 ExecNamespace
 
- Public Attributes inherited from DistributedObjectUD
 accountName
 
 air
 
 dclass
 
 DistributedObjectUD_initialized
 
 doId
 
 lastNonQuietZone
 
 parentId
 
 zoneId
 
- Public Attributes inherited from DistributedObjectBase
 cr
 
 doId
 
 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")
 
- Static Public Attributes inherited from DirectObject
 accept_once = acceptOnce
 
 add_task = addTask
 
 detect_leaks = detectLeaks
 
 do_method_later = doMethodLater
 
 get_all_accepting = getAllAccepting
 
 ignore_all = ignoreAll
 
 is_accepting = isAccepting
 
 is_ignoring = isIgnoring
 
 remove_all_tasks = removeAllTasks
 
 remove_task = removeTask
 

Additional Inherited Members

- Protected Member Functions inherited from DirectObject
 _addTask (self, task)
 
 _clearTask (self, task)
 
- Protected Attributes inherited from DistributedObjectUD
 _DOUD_requestedDelete
 
- Protected Attributes inherited from DirectObject
 _taskList
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
air )

Reimplemented from DistributedObjectUD.

Member Function Documentation

◆ announceGenerate()

announceGenerate ( self)

◆ delete()

delete ( self)
Inheritors should redefine this to take appropriate action on delete
Note that this may be called multiple times if a class inherits
from DistributedObjectUD more than once.

Reimplemented from DistributedObjectUD.

◆ execCommand()

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

Member Data Documentation

◆ doId

doId

◆ doNotDeallocateChannel

int doNotDeallocateChannel = 1
static

◆ ExecNamespace

ExecNamespace

◆ isGlobalDistObj

int isGlobalDistObj = 1
static

◆ notify

notify = directNotify.newCategory('DistributedObjectGlobalUD')
static