CMMFVideoSetInitScreenCustomCommandParser Class Reference

class CMMFVideoSetInitScreenCustomCommandParser : public CMMFCustomCommandParserBase

Custom command parser class to be used by controller plugins wishing to support setting the initial screen number for the video display.

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 MMMFVideoSetInitScreenCustomCommandImplementor to use this class.

Inherits from

Constructor & Destructor Documentation

CMMFVideoSetInitScreenCustomCommandParser(MMMFVideoSetInitScreenCustomCommandImplementor &)

CMMFVideoSetInitScreenCustomCommandParser ( MMMFVideoSetInitScreenCustomCommandImplementor & aImplementor ) [private]

Constructor.

Parameters

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

~CMMFVideoSetInitScreenCustomCommandParser()

IMPORT_C ~CMMFVideoSetInitScreenCustomCommandParser ( )

Destructor.

Member Functions Documentation

DoHandleRequestL(TMMFMessage &)

void DoHandleRequestL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

DoSetInitScreenNumberL(TMMFMessage &)

TBool DoSetInitScreenNumberL ( 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(MMMFVideoSetInitScreenCustomCommandImplementor &)

IMPORT_C CMMFVideoSetInitScreenCustomCommandParser * NewL ( MMMFVideoSetInitScreenCustomCommandImplementor & aImplementor ) [static]

Creates a new custom command parser that supports setting screen device for video dusplay.

Parameters

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

Member Data Documentation

MMMFVideoSetInitScreenCustomCommandImplementor & iImplementor

MMMFVideoSetInitScreenCustomCommandImplementor & iImplementor [private]