Panda3D
|
Public Member Functions | |
def | __init__ (self, name, postNames, callback, removeNames=None) |
def | destroy (self) |
def | isDone (self) |
![]() | |
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 | |
callback | |
name | |
postNames | |
removeNames | |
waitingOn | |
Static Public Attributes | |
notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher') | |
![]() | |
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 |
This class allows you to wait for a set of posts to be made to (or removed from) the bulletin board, and gives you a notification when all posts have been made. Values of posts are not examined.
def __init__ | ( | self, | |
name, | |||
postNames, | |||
callback, | |||
removeNames = None |
|||
) |
def destroy | ( | self | ) |
def isDone | ( | self | ) |
callback |
name |
|
static |
postNames |
removeNames |
waitingOn |