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

Public Member Functions

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

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

Static Public Attributes

 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

◆ delete()

def 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.

◆ getDeleteEvent()

def getDeleteEvent (   self)

◆ sendDeleteEvent()

def sendDeleteEvent (   self)

◆ status()

def status (   self,
  indent = 0 
)
print out doId(parentId, zoneId) className
    and conditionally show generated, disabled, neverDisable,
    or cachable

Member Data Documentation

◆ accountName

accountName

◆ air

air

◆ dclass

dclass

◆ DistributedObjectUD_initialized

DistributedObjectUD_initialized

◆ lastNonQuietZone

lastNonQuietZone

◆ notify

notify = directNotify.newCategory("DistributedObjectUD")
static

◆ QuietZone

int QuietZone = 1
static