|
Panda3D
|
Public Member Functions | |
| __init__ (self, interestMgr, name, doneEvent=None, recurse=True, start=True, mustCollect=False, doCollectionMgr=None) | |
| destroy (self) | |
| getDoneEvent (self) | |
| getName (self) | |
| startCollect (self, mustCollect=False) | |
| stopCollect (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 | closingParent2zones = {} |
| destroy = self.notify.warning | |
Static Public Attributes | |
| notify = directNotify.newCategory('InterestWatcher') | |
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 Member Functions | |
| _handleInterestCloseEvent (self, event, parentId, zoneIdList) | |
| _handleInterestOpenEvent (self, event) | |
Protected Member Functions inherited from DirectObject | |
| _addTask (self, task) | |
| _clearTask (self, task) | |
Protected Attributes | |
| _doCollectionMgr = doCollectionMgr | |
| _doneEvent = self._eGroup.getDoneEvent() | |
| _eGroup = EventGroup(name, doneEvent=doneEvent) | |
| bool | _gotEvent = False |
| _handleInterestCloseEvent | |
| _handleInterestOpenEvent | |
| _interestMgr = interestMgr | |
| _mustCollect = mustCollect | |
| _recurse = recurse | |
Protected Attributes inherited from DirectObject | |
| dict | _taskList = {} |
Object that observes all interests adds/removes over a period of time, and sends out an event when all of those interests have closed
| __init__ | ( | self, | |
| interestMgr, | |||
| name, | |||
| doneEvent = None, | |||
| recurse = True, | |||
| start = True, | |||
| mustCollect = False, | |||
| doCollectionMgr = None ) |
|
protected |
|
protected |
| destroy | ( | self | ) |
| getDoneEvent | ( | self | ) |
| getName | ( | self | ) |
| startCollect | ( | self, | |
| mustCollect = False ) |
| stopCollect | ( | self | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| dict closingParent2zones = {} |
| destroy = self.notify.warning |
|
static |