#include <DependentNodeFields.h>
Inheritance diagram for H3D::FieldInternals::DependentNodeFieldBase< BaseField, FieldRefs >::EventField:

Public Member Functions | |
| EventField (Field *f) | |
| Constructor. | |
| virtual void | update () |
| Send an event on the containing field. | |
Public Attributes | |
| Field * | field |
| The DependentSFNode containing this instance of the class. | |
We route all the dependent fields to an instance of this field and on any event from this field an sendEvent () call is made on the main field.
|
||||||||||
|
Constructor.
|
1.4.5