PositionFieldManager Class Reference
class PositionFieldManager
|
Private Member Functions
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TInt8
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TInt16
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TInt32
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TInt64
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TUint8
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TUint16
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TUint32
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TReal32
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TReal64
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TDes8
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TDes16
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TPtrC8
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TPtrC16
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TTime
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
GetValue
(
TPositionFieldId
,
TTimeIntervalMicroSeconds
&, const
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
,
TInt8
,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
,
TInt16
,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
,
TInt32
,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
, const
TInt64
&,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
,
TUint8
,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
,
TUint16
,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
,
TUint32
,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
,
TReal32
,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
, const
TReal64
&,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
, const
TDesC8
&,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
, const
TDesC16
&,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
, const
TTime
&,
HPositionGenericInfo
&)
|
IMPORT_C
TInt
|
SetValue
(
TPositionFieldId
, const
TTimeIntervalMicroSeconds
&,
HPositionGenericInfo
&)
|
Public Member Enumerations
|
enum
|
TFieldType
{
EUndefined
,
ETInt8
,
ETInt16
,
ETInt32
,
ETInt64
,
ETUint8
,
ETUint16
,
ETUint32
,
ETReal32
,
ETReal64
,
ETTime
,
ETTimeIntervalMicroSeconds
,
ETDesC8
,
ETDesC16
}
|
Member Functions Documentation
GetValue(TPositionFieldId, TInt8 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TInt8
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TInt16 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TInt16
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TInt32 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TInt32
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TInt64 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TInt64
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TUint8 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TUint8
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TUint16 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TUint16
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TUint32 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TUint32
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TReal32 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TReal32
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TReal64 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TReal64
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TDes8 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TDes8
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TDes16 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TDes16
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TPtrC8 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TPtrC8
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TPtrC16 &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TPtrC16
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TTime &, const HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be retrieved into aValue.
|
TTime
& aValue
|
Reference to the object who's value is to be set.
|
const
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object from which the data is to be retrieved.
|
GetValue(TPositionFieldId, TTimeIntervalMicroSeconds &, const HPositionGenericInfo &)
SetValue(TPositionFieldId, TInt8, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
TInt8
aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, TInt16, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
TInt16
aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, TInt32, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
TInt32
aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, const TInt64 &, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
const
TInt64
& aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, TUint8, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
TUint8
aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, TUint16, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
TUint16
aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, TUint32, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
TUint32
aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, TReal32, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
TReal32
aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, const TReal64 &, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
const
TReal64
& aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, const TDesC8 &, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
const
TDesC8
& aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, const TDesC16 &, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
const
TDesC16
& aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, const TTime &, HPositionGenericInfo &)
Parameters
TPositionFieldId
aFieldId
|
Id of the field to be copied into the HPositionGenericInfo.
|
const
TTime
& aValue
|
Value to be copied into the HPositionGenericInfo.
|
HPositionGenericInfo
& aInfo
|
The HPositionGenericInfo object to copy the data into.
|
SetValue(TPositionFieldId, const TTimeIntervalMicroSeconds &, HPositionGenericInfo &)
Member Enumerations Documentation
Enum TFieldType
Enumerators
EUndefined
|
|
ETInt8
|
|
ETInt16
|
|
ETInt32
|
|
ETInt64
|
|
ETUint8
|
|
ETUint16
|
|
ETUint32
|
|
ETReal32
|
|
ETReal64
|
|
ETTime
|
|
ETTimeIntervalMicroSeconds
|
|
ETDesC8
|
|
ETDesC16
|
|
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.