Home | Download | Screen shots | Discussion | Documentation |
---|
For internal use only.
Public Member Functions | |
listener_t (proto_eventout &emitter, proto_node &node, const FieldValue &initial_value) | |
Construct. | |
virtual | ~listener_t () throw () |
Destroy. | |
Public Attributes | |
FieldValue | value |
The value of the most recently emitted event. | |
Private Member Functions | |
virtual void | do_process_event (const FieldValue &value, double timestamp) throw (std::bad_alloc) |
Process event. | |
Private Attributes | |
proto_eventout & | emitter |
Reference to the outer proto_eventout class. | |
proto_node & | node |
Reference to the proto_node instance. |
|
Construct.
|
|
Destroy.
|
|
Process event.
Implements openvrml::field_value_listener< FieldValue >. |
|
Reference to the outer proto_eventout class.
|
|
Reference to the proto_node instance.
|
|
The value of the most recently emitted event.
|