Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SpeechRecognitionCustomCommandParser.h>
Link against: speechrecognitioncustomcommands.lib
This item is not part of the S60 5th Edition SDK

Class CSpeechRecognitionCustomCommandParser

class CSpeechRecognitionCustomCommandParser : public CMMFCustomCommandParserBase;

Description

This is the main class of Speech Recognition Custom Commands Parser.

Derivation

Members

Defined in CSpeechRecognitionCustomCommandParser:

Inherited from CBase:

Inherited from CMMFCustomCommandParserBase:


Construction and destruction


NewL(MSpeechRecognitionCustomCommandImplementor &)

IMPORT_C static CSpeechRecognitionCustomCommandParser* NewL(MSpeechRecognitionCustomCommandImplementor &aImplementor);

Description

Factory function for creating this class.

Parameters

MSpeechRecognitionCustomCommandImplementor &aImplementor

A reference to a custom commands implementor.

Return value

CSpeechRecognitionCustomCommandParser *

A pointer to a CSpeechRecognitionCustomCommandParser object.


~CSpeechRecognitionCustomCommandParser()

IMPORT_C ~CSpeechRecognitionCustomCommandParser();

Description

Destructor.