TDME2 1.9.121
|
Playable sound view interface, which represents a view that supports playing sounds additionally. More...
#include <tdme/tools/editor/views/PlayableSoundView.h>
Public Member Functions | |
virtual | ~PlayableSoundView () |
Destructor. More... | |
virtual void | playSound (const string &soundId)=0 |
Play sound. More... | |
virtual void | stopSound ()=0 |
Stop sound. More... | |
Playable sound view interface, which represents a view that supports playing sounds additionally.
Definition at line 15 of file PlayableSoundView.h.
|
inlinevirtual |
Destructor.
Definition at line 20 of file PlayableSoundView.h.
|
pure virtual |
Play sound.
soundId | sound id |
Implemented in ModelEditorTabView, and ParticleSystemEditorTabView.
|
pure virtual |
Stop sound.
Implemented in ModelEditorTabView, and ParticleSystemEditorTabView.