My Project
SallyAPI::Speech::CSpeechThread Class Reference

Speech thread. More...

#include <SpeechThread.h>

Inheritance diagram for SallyAPI::Speech::CSpeechThread:
SallyAPI::System::CThread

List of all members.

Public Member Functions

 CSpeechThread ()
 Default constructor.
virtual ~CSpeechThread ()
 Destructor.
void SetValue (SallyAPI::Speech::CSpeech **speech, SallyAPI::GUI::CWindow *mainWindow)
 Sets a value.
void Speak (const std::string &text, bool isImportand)
 Speaks.

Detailed Description

Speech thread.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
19.04.2010

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Sets a value.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]speechIf non-null, the speech.
[in,out]mainWindowIf non-null, the main window.
void CSpeechThread::Speak ( const std::string &  text,
bool  isImportand 
)

Speaks.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
textThe text.
isImportandtrue if is importand.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines