class MESMRUrlParserPlugin |
MESMRUrlParserPlugin defines the interface for Location URL Parser
Public Member Functions | |
---|---|
CCalGeoValue * | CreateGeoValueLC (const TDesC &) |
CPosLandmark * | CreateLandmarkFromUrlL (const TDesC &) |
HBufC * | CreateUrlFromLandmarkL (const CPosLandmark &) |
TInt | FindLocationUrl (const TDesC &, TPtrC &) |
Protected Member Functions | |
---|---|
~MESMRUrlParserPlugin () |
CCalGeoValue * | CreateGeoValueLC | ( | const TDesC & | aUrl | ) | [pure virtual] |
Converts valid location URL to vCal GEO value. May leave with KErrNotFound/KErrArgument or other Symbian wide errorcode
const TDesC & aUrl | location URL to convert |
CPosLandmark * | CreateLandmarkFromUrlL | ( | const TDesC & | aUrl | ) | [pure virtual] |
Creates landmark object from location URL
const TDesC & aUrl | contains location URL from which landmark is created |
HBufC * | CreateUrlFromLandmarkL | ( | const CPosLandmark & | aLandmark | ) | [pure virtual] |
Creates location URL from landmark object
const CPosLandmark & aLandmark | contains landmark object that is parsed to location URL |
TInt | FindLocationUrl | ( | const TDesC & | aText, |
TPtrC & | aUrl | |||
) | [pure virtual] |
Finds location URL from given text input
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.