TDME2 1.9.121
Public Member Functions | List of all members
PlayableSoundView Struct Referenceabstract

Playable sound view interface, which represents a view that supports playing sounds additionally. More...

#include <tdme/tools/editor/views/PlayableSoundView.h>

Inheritance diagram for PlayableSoundView:
Inheritance graph
Collaboration diagram for PlayableSoundView:
Collaboration graph

Public Member Functions

virtual ~PlayableSoundView ()
 Destructor. More...
 
virtual void playSound (const string &soundId)=0
 Play sound. More...
 
virtual void stopSound ()=0
 Stop sound. More...
 

Detailed Description

Playable sound view interface, which represents a view that supports playing sounds additionally.

Author
Andreas Drewke
Version
$Id$

Definition at line 15 of file PlayableSoundView.h.

Constructor & Destructor Documentation

◆ ~PlayableSoundView()

virtual ~PlayableSoundView ( )
inlinevirtual

Destructor.

Definition at line 20 of file PlayableSoundView.h.

Member Function Documentation

◆ playSound()

virtual void playSound ( const string &  soundId)
pure virtual

Play sound.

Parameters
soundIdsound id

Implemented in ModelEditorTabView, and ParticleSystemEditorTabView.

◆ stopSound()

virtual void stopSound ( )
pure virtual

Stop sound.

Implemented in ModelEditorTabView, and ParticleSystemEditorTabView.


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