Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
InterestWatcher Class Reference
Inheritance diagram for InterestWatcher:
DirectObject

Public Member Functions

def __init__
 
def destroy
 
def getDoneEvent
 
def getName
 
def startCollect
 
def stopCollect
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

 closingParent2zones
 

Static Public Attributes

tuple notify = directNotify.newCategory('InterestWatcher')
 

Detailed Description

Object that observes all interests adds/removes over a period of time,
and sends out an event when all of those interests have closed

Constructor & Destructor Documentation

def __init__ (   self,
  interestMgr,
  name,
  doneEvent = None,
  recurse = True,
  start = True,
  mustCollect = False,
  doCollectionMgr = None 
)

Member Function Documentation

def destroy (   self)
def getDoneEvent (   self)
def getName (   self)
def startCollect (   self,
  mustCollect = False 
)
def stopCollect (   self)

Member Data Documentation

closingParent2zones
tuple notify = directNotify.newCategory('InterestWatcher')
static