Panda3D
Loading...
Searching...
No Matches
TestInterestAddRemove Class Reference
Inheritance diagram for TestInterestAddRemove:
AsyncTestCase DirectObject

Public Member Functions

 gotInterestAddResponse (self)
 
 gotInterestRemoveResponse (self)
 
 testInterestAdd (self)
 
- Public Member Functions inherited from AsyncTestCase
 isCompleted (self)
 
 setCompleted (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

 gotInterestAddResponse
 
 gotInterestRemoveResponse
 
 handle = base.cr.addInterest(base.cr.GameGlobalsId, 100, 'TestInterest', event=event)
 

Additional Inherited Members

- 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 inherited from DirectObject
 _addTask (self, task)
 
 _clearTask (self, task)
 
- Protected Attributes inherited from AsyncTestCase
bool _async_completed = True
 
- Protected Attributes inherited from DirectObject
dict _taskList = {}
 

Member Function Documentation

◆ gotInterestAddResponse()

gotInterestAddResponse ( self)

◆ gotInterestRemoveResponse()

gotInterestRemoveResponse ( self)

◆ testInterestAdd()

testInterestAdd ( self)

Member Data Documentation

◆ gotInterestAddResponse

gotInterestAddResponse

◆ gotInterestRemoveResponse

gotInterestRemoveResponse

◆ handle

handle = base.cr.addInterest(base.cr.GameGlobalsId, 100, 'TestInterest', event=event)