openvrml::vrml97_node::time_sensor_node::enabled_exposedfield Class Reference

Inheritance diagram for openvrml::vrml97_node::time_sensor_node::enabled_exposedfield:
[legend]
List of all members.

Detailed Description

enabled exposedField implementation.

For internal use only.


Public Member Functions

 enabled_exposedfield (time_sensor_node &node)
 Construct.
virtual ~enabled_exposedfield () throw ()
 Destroy.

Private Member Functions

virtual void event_side_effect (const sfbool &enabled, double timestamp) throw (std::bad_alloc)
 Process event.

Constructor & Destructor Documentation

openvrml::vrml97_node::time_sensor_node::enabled_exposedfield::enabled_exposedfield ( time_sensor_node node  )  [explicit]

Construct.

Parameters:
node time_sensor_node.

openvrml::vrml97_node::time_sensor_node::enabled_exposedfield::~enabled_exposedfield (  )  throw () [virtual]

Destroy.


Member Function Documentation

void openvrml::vrml97_node::time_sensor_node::enabled_exposedfield::event_side_effect ( const sfbool enabled,
double  timestamp 
) throw (std::bad_alloc) [private, virtual]

Process event.

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