10#ifndef GUIPLAYBACKSOUNDCMD__H_
11#define GUIPLAYBACKSOUNDCMD__H_
13#include "GUICommand.h"
37#if defined(GUILIANI_STREAM_GUI)
42#if defined(GUILIANI_WRITE_GUI)
Helper Macros in Guiliani
SoundResource_t
List of sound resource ids.
Definition: GUISoundResource.h:48
Command object base class.
Definition: GUICommand.h:127
Plays a sound when executed.
Definition: GUIPlaybackSoundCmd.h:19
virtual void ReadFromStream()
CGUIPlaybackSoundCmd(const eC_String &rkFileName)
CGUIPlaybackSoundCmd(const SoundResource_t eSoundID)
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
virtual void Do()
Plays the sound.
SoundResource_t m_eID
ID of the sound to be played.
Definition: GUIPlaybackSoundCmd.h:51
virtual ~CGUIPlaybackSoundCmd()