1 #ifndef __ActionSpeech_h__
2 #define __ActionSpeech_h__
6 #include "DasherAction.h"
8 class CActionSpeech
: public CDasherAction
{
13 virtual std::string
GetName();
14 virtual bool Activate();
15 virtual bool Deactivate();
16 virtual bool GetActive();
17 virtual bool Execute(const std::wstring
&strText
);
18 virtual void Preview(const std::wstring
&strText
);
23 // Pointer to the voice object