#include <vrj/Sound/SoundManager.h>
Inheritance diagram for vrj::SoundManager:

Public Member Functions | |
| virtual bool | configAdd (jccl::ConfigElementPtr element) |
| Adds the element to the configuration. | |
| virtual bool | configRemove (jccl::ConfigElementPtr element) |
| Removes the element from the current configuration. | |
| virtual bool | configCanHandle (jccl::ConfigElementPtr element) |
| Can the handler handle the given element? | |
| virtual void | update () |
| Enables a frame to be drawn. | |
| virtual void | sync () |
| Blocks until the end of the frame. | |
Definition at line 48 of file SoundManager.h.
| virtual bool vrj::SoundManager::configAdd | ( | jccl::ConfigElementPtr | element | ) | [inline, virtual] |
Adds the element to the configuration.
Reimplemented in vrj::SoundManagerSonix.
Definition at line 55 of file SoundManager.h.
| virtual bool vrj::SoundManager::configRemove | ( | jccl::ConfigElementPtr | element | ) | [inline, virtual] |
Removes the element from the current configuration.
Reimplemented in vrj::SoundManagerSonix.
Definition at line 65 of file SoundManager.h.
| virtual bool vrj::SoundManager::configCanHandle | ( | jccl::ConfigElementPtr | element | ) | [inline, virtual] |
Can the handler handle the given element?
Reimplemented in vrj::SoundManagerSonix.
Definition at line 75 of file SoundManager.h.
| virtual void vrj::SoundManager::update | ( | ) | [inline, virtual] |
Enables a frame to be drawn.
Reimplemented in vrj::SoundManagerSonix.
Definition at line 83 of file SoundManager.h.
Referenced by vrj::Kernel::controlLoop().
| virtual void vrj::SoundManager::sync | ( | ) | [inline, virtual] |
Blocks until the end of the frame.
Reimplemented in vrj::SoundManagerSonix.
Definition at line 89 of file SoundManager.h.
Referenced by vrj::Kernel::controlLoop().
1.5.1