Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: speechrecognitioncustomcommandparser.h
Link against: speechrecognitioncustomcommands.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class CSpeechRecognitionCustomCommandParser

class CSpeechRecognitionCustomCommandParser : public CMMFCustomCommandParserBase;

Description

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

Derivation

Members

Defined in CSpeechRecognitionCustomCommandParser:
NewL(), ~CSpeechRecognitionCustomCommandParser()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CMMFCustomCommandParserBase:
HandleRequest(), InterfaceId()


Construction and destruction


NewL()

static IMPORT_C 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.