|
Wasabi
|
#include <WOpenAL.hpp>
Public Member Functions | |
| WOpenALSoundManager (class Wasabi *const app) | |
Public Member Functions inherited from WSoundManager | |
| WSoundManager (class Wasabi *const app) | |
Public Member Functions inherited from WManager< WSound > | |
| WManager (class Wasabi *const a) | |
| bool | RegisterChangeCallback (std::string name, std::function< void(WSound *, bool)> callback) |
| void | RemoveChangeCallback (std::string name) |
| void | AddEntity (WSound *entity) |
| bool | RemoveEntity (WSound *entity) |
| void | OnEntityNameChanged (WSound *entity, std::string oldName) |
| virtual void | Init () |
| WSound * | GetEntity (uint32_t ID) const |
| WSound * | GetEntity (std::string name) const |
| WSound * | GetEntityByIndex (uint32_t index) const |
| uint32_t | GetEntitiesCount (void) const |
Friends | |
| class | WRigidBody |
Additional Inherited Members | |
Public Attributes inherited from WManager< WSound > | |
| class Wasabi *const | m_app |
Protected Attributes inherited from WManager< WSound > | |
| std::vector< WSound * > | m_entities [W_HASHTABLESIZE] |
| std::unordered_map< std::string, WSound * > | m_entitiesByName |
OpenAL's manager class for WSound.
1.8.17