Home | Download | Screen shots | Discussion | Documentation |
---|
#include <openvrml/script.h>
Inheritance diagram for openvrml::script_node::url_changed_emitter:
url_changed
event emitter.
For internal use only.
Public Member Functions | |
url_changed_emitter (const mfstring &value) throw () | |
Construct. | |
virtual | ~url_changed_emitter () throw () |
Destroy. | |
Private Member Functions | |
virtual const std::string | do_eventout_id () const throw () |
The eventOut identifier. |
openvrml::script_node::url_changed_emitter::url_changed_emitter | ( | const mfstring & | value | ) | throw () [explicit] |
Construct.
[in] | value | the associated field value. |
openvrml::script_node::url_changed_emitter::~url_changed_emitter | ( | ) | throw () [virtual] |
Destroy.
const std::string openvrml::script_node::url_changed_emitter::do_eventout_id | ( | ) | const throw () [private, virtual] |