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