Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DistributedObjectUD Class Reference
Inheritance diagram for DistributedObjectUD:
DistributedObjectBase DirectObject

Public Member Functions

def __init__
 
def delete
 
def getDeleteEvent
 
def sendDeleteEvent
 
def status
 
- Public Member Functions inherited from DistributedObjectBase
def __init__
 
def getLocation
 
def getParentObj
 
def handleChildArrive
 
def handleChildArriveZone
 
def handleChildLeave
 
def handleChildLeaveZone
 
def handleQueryObjectChildrenLocalDone
 
def hasParentingRules
 
def status
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

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

Static Public Attributes

tuple notify = directNotify.newCategory("DistributedObjectUD")
 
int QuietZone = 1
 
- Static Public Attributes inherited from DistributedObjectBase
tuple notify = directNotify.newCategory("DistributedObjectBase")
 

Constructor & Destructor Documentation

def __init__ (   self,
  air 
)

Member Function Documentation

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.
def getDeleteEvent (   self)
def sendDeleteEvent (   self)
def status (   self,
  indent = 0 
)
print out doId(parentId, zoneId) className
    and conditionally show generated, disabled, neverDisable,
    or cachable

Member Data Documentation

accountName
air
dclass
DistributedObjectUD_initialized
lastNonQuietZone
tuple notify = directNotify.newCategory("DistributedObjectUD")
static
int QuietZone = 1
static