Public Member Functions | |
bool | addRoute (const RouteTail *) |
Add a route unless it is redundant. | |
void | delRoute (const RouteTail *) |
Remove the specified route if it is found. | |
bool | delRouteMatch (const RouteTail *) |
Remove the route that matches the specified route if such a route is found. | |
void | cascadeEvent (const Event *) const |
Must be called with a write lock on the scenegraph. | |
void | clear () |
Definition at line 35 of file event_source.H.
|
Add a route unless it is redundant.
Definition at line 29 of file event_source.C. Referenced by Archon::X3D::CustomFieldBase::addRoute(). |
|
Remove the route that matches the specified route if such a route is found.
Definition at line 48 of file event_source.C. Referenced by Archon::X3D::CustomFieldBase::delRouteMatch(). |