Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members | Related Pages

openvrml::vrml97_node::image_texture_node::url_exposedfield Class Reference

Inheritance diagram for openvrml::vrml97_node::image_texture_node::url_exposedfield:

Inheritance graph
[legend]
List of all members.

Detailed Description

url exposedField.

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.

Constructor & Destructor Documentation

openvrml::vrml97_node::image_texture_node::url_exposedfield::url_exposedfield image_texture_node node  )  [explicit]
 

Construct.

Parameters:
node image_texture_node.

openvrml::vrml97_node::image_texture_node::url_exposedfield::~url_exposedfield  )  throw () [virtual]
 

Destroy.


Member Function Documentation

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.

Parameters:
url url.
timestamp the current time.
Exceptions:
std::bad_alloc if memory allocation fails.