Location:
speechrecognitioncustomcommandparser.h
Link against: speechrecognitioncustomcommands.lib
class CSpeechRecognitionCustomCommandParser : public CMMFCustomCommandParserBase;
This is the main class of Speech Recognition Custom Commands Parser.
CBase
- Base class for all classes to be instantiated on the heap
CMMFCustomCommandParserBase
- Base class to define the interface of a custom command parser
CSpeechRecognitionCustomCommandParser
- This is the main class of Speech Recognition Custom Commands Parser
Defined in CSpeechRecognitionCustomCommandParser
:
NewL()
, ~CSpeechRecognitionCustomCommandParser()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CMMFCustomCommandParserBase
:
HandleRequest()
,
InterfaceId()
static IMPORT_C CSpeechRecognitionCustomCommandParser *NewL(MSpeechRecognitionCustomCommandImplementor &aImplementor);
Factory function for creating this class.
|
|
IMPORT_C ~CSpeechRecognitionCustomCommandParser();
Destructor.