| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::audio_clip_node:


Public Member Functions | |
| audio_clip_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~audio_clip_node () throw () |
| Destroy. | |
| void | update (double time) |
| Called to update the AudioClip for the current time. | |
| virtual audio_clip_node * | to_audio_clip () const |
| Cast to an audio_clip_node node. | |
Private Member Functions | |
| virtual void | do_initialize (double timestamp) throw (std::bad_alloc) |
| Initialize. | |
| virtual void | do_shutdown (double timestamp) throw () |
| Shut down. | |
| void | process_set_description (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_description eventIn handler. | |
| void | process_set_loop (const field_value &value, double timestamp) throw (std::bad_cast) |
| set_loop eventIn handler. | |
| void | process_set_pitch (const field_value &value, double timestamp) throw (std::bad_cast) |
| set_pitch eventIn handler. | |
| void | process_set_startTime (const field_value &value, double timestamp) throw (std::bad_cast) |
| set_startTime eventIn handler. | |
| void | process_set_stopTime (const field_value &value, double timestamp) throw (std::bad_cast) |
| set_stopTime eventIn handler. | |
| void | process_set_url (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_url eventIn handler. | |
Private Attributes | |
| sfstring | description |
| description exposedField. | |
| sfbool | loop |
| loop exposedField. | |
| sffloat | pitch |
| pitch exposedField. | |
| sftime | startTime |
| startTime exposedField. | |
| sftime | stopTime |
| stopTime exposedField. | |
| mfstring | url |
| url exposedField. | |
| sftime | duration |
| duration_changed eventOut. | |
| sfbool | active |
| isActive eventOut. | |
Friends | |
| class | audio_clip_class |
| Class object for AudioClip nodes. | |
|
||||||||||||
|
Construct.
|
|
|
Initialize.
Reimplemented from openvrml::node. |
|
|
Shut down.
Reimplemented from openvrml::node. |
|
||||||||||||
|
set_description eventIn handler.
|
|
||||||||||||
|
set_loop eventIn handler.
|
|
||||||||||||
|
set_pitch eventIn handler.
|
|
||||||||||||
|
set_startTime eventIn handler.
|
|
||||||||||||
|
set_stopTime eventIn handler.
|
|
||||||||||||
|
set_url eventIn handler.
|
|
|
Cast to an audio_clip_node node.
Reimplemented from openvrml::node. |
|
|
Called to update the AudioClip for the current time.
|