CMMFAudioPlayControllerSetRepeatsCustomCommandParser Class Reference

class CMMFAudioPlayControllerSetRepeatsCustomCommandParser : public CMMFCustomCommandParserBase

Custom command parser class to be used by controller plugins wishing to support set repeats functionality

The controller plugin should create an object of this type and add it to the list of custom command parsers in the controller framework. The controller plugin must be derived from MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor to use this class.

Inherits from

Constructor & Destructor Documentation

CMMFAudioPlayControllerSetRepeatsCustomCommandParser(MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor &)

CMMFAudioPlayControllerSetRepeatsCustomCommandParser ( MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor & aImplementor ) [private]

Constructor.

Parameters

MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor & aImplementor A reference to the controller plugin that owns this new object.

~CMMFAudioPlayControllerSetRepeatsCustomCommandParser()

IMPORT_C ~CMMFAudioPlayControllerSetRepeatsCustomCommandParser ( )

Destructor.

Member Functions Documentation

DoHandleRequestL(TMMFMessage &)

void DoHandleRequestL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

DoSetRepeatsL(TMMFMessage &)

TBool DoSetRepeatsL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

HandleRequest(TMMFMessage &)

void HandleRequest ( TMMFMessage & aMessage ) [virtual]

Handles a request from the client. Called by the controller framework.

Parameters

TMMFMessage & aMessage The message to be handled.

NewL(MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor &)

IMPORT_C CMMFAudioPlayControllerSetRepeatsCustomCommandParser * NewL ( MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor & aImplementor ) [static]

Creates a new custom command parser capable of handling set repeats controller commands.

Parameters

MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor & aImplementor A reference to the controller plugin that owns this new object.

Member Data Documentation

MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor & iImplementor

MMMFAudioPlayControllerSetRepeatsCustomCommandImplementor & iImplementor [private]

The object that implements the set repeats custom command i.e controller plugin