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