class CPosLmPartialReadParameters : public CBase |
Container class for partial landmark settings. Partial settings are used to define which landmark data should be returned when CPosLandmarkDatabase::ReadPartialLandmarkLC is called.
eposlandmarks.lib S60 3.0
Public Member Functions | |
---|---|
~CPosLmPartialReadParameters() | |
IMPORT_C TInt | GetRequestedPositionFields(RArray< TUint > &) |
IMPORT_C CPosLmPartialReadParameters * | NewLC() |
IMPORT_C CPosLandmark::TAttributes | RequestedAttributes() |
IMPORT_C void | SetRequestedAttributes(CPosLandmark::TAttributes) |
IMPORT_C TInt | SetRequestedPositionFields(const RArray< TUint > &) |
Private Member Functions | |
---|---|
CPosLmPartialReadParameters() | |
CPosLmPartialReadParameters(const CPosLmPartialReadParameters &) | |
void | ConstructL() |
CPosLmPartialReadParameters & | operator=(const CPosLmPartialReadParameters &) |
Private Attributes | |
---|---|
TUint32 | iAttributes |
RArray< TUint > | iRequestedFields |
CPosLmPartialReadParameters | ( | const CPosLmPartialReadParameters & | ) | [private] |
const CPosLmPartialReadParameters & |
IMPORT_C TInt | GetRequestedPositionFields | ( | RArray< TUint > & | aRequestedFields | ) | const |
Returns the position fields which should be included in a partial landmark.
KErrNone if successful, otherwise one of the system wide error codes.
IMPORT_C CPosLmPartialReadParameters * | NewLC | ( | ) | [static] |
Two-phased constructor. A new instance of this class.
IMPORT_C CPosLandmark::TAttributes | RequestedAttributes | ( | ) | const |
Returns a bitmap of the landmark attributes which should be included in a partial landmark.
The bitmap is a combination of the values in CPosLandmark::TAttribute.
The partial landmark attributes bitmap.
IMPORT_C void | SetRequestedAttributes | ( | CPosLandmark::TAttributes | aAttributes | ) |
Sets a bitmap of the landmark attributes which should be included in a partial landmark.
The bitmap is constructed from the values in CPosLandmark::TAttribute.
CPosLandmark::TAttributes aAttributes | A partial landmark attributes bitmap. |
IMPORT_C TInt | SetRequestedPositionFields | ( | const RArray< TUint > & | aRequestedFields | ) |
Sets the position fields which should be included in a partial landmark.
KErrNone if successful, otherwise one of the system wide error codes.
CPosLmPartialReadParameters & | operator= | ( | const CPosLmPartialReadParameters & | ) | [private] |
const CPosLmPartialReadParameters & |