Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Attributes | List of all members
DistributedObjectUD Class Reference
Inheritance diagram for DistributedObjectUD:
DistributedObjectBase DirectObject DistributedNodeUD DistributedObjectGlobalUD

Public Member Functions

 __init__ (self, air)
 
 delete (self)
 
 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

 accountName
 
 air
 
 dclass
 
 DistributedObjectUD_initialized
 
 doId
 
 lastNonQuietZone
 
 parentId
 
 zoneId
 
- Public Attributes inherited from DistributedObjectBase
 cr
 
 doId
 
 parentId
 
 zoneId
 

Static Public Attributes

 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
 

Protected Attributes

 _DOUD_requestedDelete
 
- Protected Attributes inherited from DirectObject
 _taskList
 

Additional Inherited Members

- Protected Member Functions inherited from DirectObject
 _addTask (self, task)
 
 _clearTask (self, task)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
air )

Reimplemented from DistributedObjectBase.

Reimplemented in DistributedObjectGlobalUD, and DistributedNodeUD.

Member Function Documentation

◆ 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 DistributedObjectBase.

Reimplemented in DistributedObjectGlobalUD.

◆ getDeleteEvent()

getDeleteEvent ( self)

◆ sendDeleteEvent()

sendDeleteEvent ( self)

◆ status()

status ( self,
indent = 0 )
print out doId(parentId, zoneId) className
    and conditionally show generated or deleted

Reimplemented from DistributedObjectBase.

Member Data Documentation

◆ _DOUD_requestedDelete

_DOUD_requestedDelete
protected

◆ accountName

accountName

◆ air

air

◆ dclass

dclass

◆ DistributedObjectUD_initialized

DistributedObjectUD_initialized

◆ doId

doId

◆ lastNonQuietZone

lastNonQuietZone

◆ notify

notify = directNotify.newCategory("DistributedObjectUD")
static

◆ parentId

parentId

◆ QuietZone

int QuietZone = 1
static

◆ zoneId

zoneId