Wasabi
Public Member Functions | List of all members
WSoundManager Class Reference

#include <WSound.hpp>

Inheritance diagram for WSoundManager:
WManager< WSound > WOpenALSoundManager

Public Member Functions

 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 ()
 
WSoundGetEntity (uint32_t ID) const
 
WSoundGetEntity (std::string name) const
 
WSoundGetEntityByIndex (uint32_t index) const
 
uint32_t GetEntitiesCount (void) const
 

Additional Inherited Members

- Public Attributes inherited from WManager< WSound >
class Wasabi *const m_app
 
- Protected Member Functions inherited from WManager< WSound >
virtual std::string GetTypeName () const=0
 
- Protected Attributes inherited from WManager< WSound >
std::vector< WSound * > m_entities [W_HASHTABLESIZE]
 
std::unordered_map< std::string, WSound * > m_entitiesByName
 

Detailed Description

Manager class for WSound.


The documentation for this class was generated from the following file: