38 engine = Engine::createOffScreenInstance(512, 512,
false,
false,
false);
43 this->
audio = Audio::getInstance();
71 Console::print(
string(
"SoundTabView::initialize(): An error occurred: "));
72 Console::println(
string(exception.what()));
virtual void stop()=0
Stops this audio entity.
virtual void play()=0
Plays this audio entity.
virtual void rewind()=0
Rewinds this audio entity.
virtual const string & getId() const
virtual void setFixed(bool fixed)
Set this entity fixed, means the sound will always played no matter where the position and listener i...
Interface to audio module.
void addEntity(AudioEntity *entity)
Adds a audio entity.
void removeEntity(const string &id)
Removes an audio entity.
AudioEntity * getEntity(const string &id)
Returns an audio entity identified by given id.
void display()
Renders the scene.
void dispose()
Shutdown the engine.
void setSceneColor(const Color4 &sceneColor)
Set scene color.
void handleEvents()
Handle screen events.
void render()
Render GUIs.
void addRenderScreen(const string &screenId)
Add render screen.
void addScreen(const string &id, GUIScreenNode *screen)
Add screen.
GUI screen node that represents a screen that can be rendered via GUI system.
void addActionListener(GUIActionListener *listener)
Add action listener.
std::exception Exception
Exception base class.