ViewerStarter Class Reference

List of all members.

Static Public Member Functions

static IMPORT_C CMsvOperation * LaunchEditorApplicationL (CMsvSession &aSession, TUid aMtmType, TRequestStatus &aStatus, const TEditorParameters &aParams, const TDesC &aAppName, const TDesC8 *aAddtionalParams=NULL)
static IMPORT_C CMsvOperation * LaunchEditorApplicationL (CMsvSession &aSession, TUid aMtmType, TRequestStatus &aStatus, const TEditorParameters &aParams, const TDesC &aAppName, const TDesC8 &aProgressPack, const TDesC8 *aAddtionalParams=NULL)

Detailed Description

ViewerStarter

Static class which launches editor application (provided editor conforms to architecture).

The returned operation completes either when the launched application closes down, or after the launch has been initiated depending on the values in the TEditorParameters.

Definition at line 134 of file TxtViewerStarter.h.


Member Function Documentation

static IMPORT_C CMsvOperation* ViewerStarter::LaunchEditorApplicationL ( CMsvSession &  aSession,
TUid  aMtmType,
TRequestStatus &  aStatus,
const TEditorParameters aParams,
const TDesC &  aAppName,
const TDesC8 *  aAddtionalParams = NULL 
) [static]

Launch message editor

Parameters:
aSession,: reference to CMsvSession object
aMtmType,: mtm type
aStatus,: request status
aParams,: editor launch parameters, should have always embedded flag on: aParams.iFlags&EMsgLaunchEditorEmbedded
aAppName,: editor name
aAddtionamParams,: additional parameters
static IMPORT_C CMsvOperation* ViewerStarter::LaunchEditorApplicationL ( CMsvSession &  aSession,
TUid  aMtmType,
TRequestStatus &  aStatus,
const TEditorParameters aParams,
const TDesC &  aAppName,
const TDesC8 &  aProgressPack,
const TDesC8 *  aAddtionalParams = NULL 
) [static]

Launch message editor

Parameters:
aSession,: reference to CMsvSession object
aMtmType,: mtm type
aStatus,: request status
aParams,: editor launch parameters, should have always embedded flag on: aParams.iFlags&EMsgLaunchEditorEmbedded
aAppName,: editor name
aProgressPack,: progress buffer
aAddtionamParams,: additional parameters

Generated by  doxygen 1.6.2