| Home | Download | Screen shots | Discussion | Documentation |
|---|
For internal use only.
Public Member Functions | |
| set_bind_listener (background_node &node) | |
| Construct. | |
| virtual | ~set_bind_listener () throw () |
| Destroy. | |
Private Member Functions | |
| virtual void | do_process_event (const sfbool &value, double timestamp) throw (std::bad_alloc) |
| Process an event. | |
| openvrml::vrml97_node::background_node::set_bind_listener::set_bind_listener | ( | background_node & | node | ) | [explicit] |
| openvrml::vrml97_node::background_node::set_bind_listener::~set_bind_listener | ( | ) | throw () [virtual] |
Destroy.
| void openvrml::vrml97_node::background_node::set_bind_listener::do_process_event | ( | const sfbool & | value, | |
| double | timestamp | |||
| ) | throw (std::bad_alloc) [private, virtual] |
Process an event.
| value | event value. | |
| timestamp | the current time. |
| std::bad_alloc | if memory allocation fails. |