Panda3D
|
Public Member Functions | |
__init__ (self, name, postNames, callback, removeNames=None) | |
destroy (self) | |
isDone (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 | |
callback | |
name | |
postNames | |
removeNames | |
waitingOn | |
Static Public Attributes | |
notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher') | |
![]() | |
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 | |
_checkDone (self) | |
_handleEvent (self, eventName) | |
![]() | |
_addTask (self, task) | |
_clearTask (self, task) | |
Protected Attributes | |
_handleEvent | |
![]() | |
_taskList | |
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.
__init__ | ( | self, | |
name, | |||
postNames, | |||
callback, | |||
removeNames = None ) |
Reimplemented from DirectObject.
|
protected |
|
protected |
destroy | ( | self | ) |
isDone | ( | self | ) |
|
protected |
callback |
name |
|
static |
postNames |
removeNames |
waitingOn |