|
Panda3D
|
Public Member Functions | |
| __init__ (self, air) | |
| announceGenerate (self) | |
| delete (self) | |
| execCommand (self, command, mwMgrId, avId, zoneId) | |
Public Member Functions inherited from DistributedObjectUD | |
| __init__ (self, air) | |
| getDeleteEvent (self) | |
| sendDeleteEvent (self) | |
| status (self, indent=0) | |
Public Member Functions inherited from DistributedObjectBase | |
| __init__ (self, cr) | |
| 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 | |
| __init__ (self) | |
| 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 | |
| dict | ExecNamespace = {"self":self} |
Public Attributes inherited from DistributedObjectUD | |
| str | accountName = '' |
| air = air | |
| dclass = self.air.dclassesByName[className] | |
| int | DistributedObjectUD_initialized = 1 |
| lastNonQuietZone = None | |
Public Attributes inherited from DistributedObjectBase | |
| cr = cr | |
| doId | |
| int | parentId = None |
| zoneId = None | |
Static Public Attributes | |
| int | doNotDeallocateChannel = 1 |
| int | isGlobalDistObj = 1 |
Static Public Attributes inherited from 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 | |
| bool | _DOUD_requestedDelete = False |
Protected Attributes inherited from DirectObject | |
| dict | _taskList = {} |
| __init__ | ( | self, | |
| air ) |
| announceGenerate | ( | self | ) |
| 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 | ( | self, | |
| command, | |||
| mwMgrId, | |||
| avId, | |||
| zoneId ) |
|
static |
| ExecNamespace = {"self":self} |
|
static |