| Home | Download | Screen shots | Discussion | Documentation |
|---|
Abstract base class of event listeners. More...
#include <openvrml/event.h>

Public Member Functions | |
| virtual | ~event_listener ()=0 throw () |
| Destroy. More... | |
| virtual field_value::type_id | type () const =0 throw () |
The field_value::type_id for the type accepted by the event listener. More... | |
Protected Member Functions | |
| event_listener () throw () | |
| Construct. More... | |
Abstract base class of event listeners.
|
pure virtual | |||||||||||||
Destroy.
|
protected | |||||||||||||
Construct.
|
pure virtual | |||||||||||||
The field_value::type_id for the type accepted by the event listener.
field_value::type_id for the type accepted by the event listener. Implemented in openvrml::field_value_listener< FieldValue >, openvrml::field_value_listener< mfstring >, and openvrml::field_value_listener< sfnode >.