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) |
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.
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
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
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 |