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

openvrml::browser::event Struct Reference

An event. More...

Collaboration diagram for openvrml::browser::event:

Collaboration graph
[legend]
List of all members.

Public Attributes

double timestamp
 The timestamp of the event.

field_valuevalue
 The value associated with the event.

node_ptr to_node
 The node the event is going to.

std::string to_eventin
 The eventIn of to_node the event is going to.


Detailed Description

An event.

An event has a value and a destination, and is associated with a time.


Member Data Documentation

double openvrml::browser::event::timestamp
 

The timestamp of the event.

std::string openvrml::browser::event::to_eventin
 

The eventIn of to_node the event is going to.

node_ptr openvrml::browser::event::to_node
 

The node the event is going to.

field_value * openvrml::browser::event::value
 

The value associated with the event.