Q::BoundsReactor Struct Reference
[QServer]
Bounds event filter.
More...
#include <Q/q.h>
Inheritance diagram for Q::BoundsReactor:
List of all members.
Detailed Description
Bounds event filter.
The BoundsReactor is used to generate collision events. The application can choose to generate events for all collisions, all collisions with a given object or just for collisions between a single pair of objects. To activate a BoundsReactor it should be added to the Application.
- See also:
- Q::Application::add(const Q::BoundsReactor&)
Constructor & Destructor Documentation
| Q::BoundsReactor::BoundsReactor |
( |
|
) |
[inline] |
|
|
|
Create a null bounds reactor reference. |
Member Function Documentation
|
|
Add l to the list of listeners called when this reactor generates an event. |
| ClassType Q::BoundsReactor::classType |
( |
|
) |
[static] |
|
|
|
Return the type for this class. |
|
|
Create a bounds reactor for collisions between source and target. |
|
|
Create a bounds reactor for all collisions with the object source. |
|
|
Create a bounds reactor which generates events for all collisions. |
|
|
Remove l from the list of listeners called when this reactor generates an event. |