Panda3D
|
Public Member Functions | |
def | __init__ (self, interestMgr, name, doneEvent=None, recurse=True, start=True, mustCollect=False, doCollectionMgr=None) |
def | destroy (self) |
def | getDoneEvent (self) |
def | getName (self) |
def | startCollect (self, mustCollect=False) |
def | stopCollect (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 | |
closingParent2zones | |
Static Public Attributes | |
notify = directNotify.newCategory('InterestWatcher') | |
![]() | |
def | accept_once = acceptOnce |
def | add_task = addTask |
def | detect_leaks = detectLeaks |
def | do_method_later = doMethodLater |
def | get_all_accepting = getAllAccepting |
def | ignore_all = ignoreAll |
def | is_accepting = isAccepting |
def | is_ignoring = isIgnoring |
def | remove_all_tasks = removeAllTasks |
def | remove_task = removeTask |
Object that observes all interests adds/removes over a period of time, and sends out an event when all of those interests have closed
def __init__ | ( | self, | |
interestMgr, | |||
name, | |||
doneEvent = None , |
|||
recurse = True , |
|||
start = True , |
|||
mustCollect = False , |
|||
doCollectionMgr = None |
|||
) |
Reimplemented from DirectObject.
def destroy | ( | self | ) |
def getDoneEvent | ( | self | ) |
def getName | ( | self | ) |
def startCollect | ( | self, | |
mustCollect = False |
|||
) |
def stopCollect | ( | self | ) |
closingParent2zones |
|
static |