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

openvrml::script_node_class Class Reference

Class object for script_nodes. More...

Inheritance diagram for openvrml::script_node_class:

Inheritance graph
[legend]
Collaboration diagram for openvrml::script_node_class:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 script_node_class (openvrml::browser &browser)
 Construct.

virtual ~script_node_class () throw ()
 Destroy.

virtual const node_type_ptr create_type (const std::string &id, const node_interface_set &interfaces) throw ()
 Not implemented.


Detailed Description

Class object for script_nodes.

There is one script_node_class per browser instance.

See also:
browser::scriptNodeClass


Constructor & Destructor Documentation

openvrml::script_node_class::script_node_class openvrml::browser browser  ) 
 

Construct.

Parameters:
browser the browser to be associated with the script_node_class.

Member Function Documentation

const node_type_ptr openvrml::script_node_class::create_type const std::string &  id,
const node_interface_set interfaces
throw () [virtual]
 

Not implemented.

This method is not implemented because the Script node implementation, unlike other node implementations, cannot provide the implementation of an EXTERNPROTO. It is an error to call this method.

Implements openvrml::node_class.