CSearchField Class Reference
class CSearchField : public CBase
|
Class for all search field.
searchutilities.lib
Constructor & Destructor Documentation
CSearchField()
CSearchField
|
(
|
)
|
[private]
|
~CSearchField()
~CSearchField
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL(RReadStream &)
DataType()
IMPORT_C
TSearchFieldDataType
|
DataType
|
(
|
)
|
const
|
ExternalizeL(RWriteStream &)
FieldId()
IMPORT_C
TSearchFieldId
|
FieldId
|
(
|
)
|
const
|
GetData(TInt &)
IMPORT_C
TInt
|
GetData
|
(
|
TInt
&
|
aData
|
)
|
const
|
Parameters
TInt
& aData
|
On return contains the field data.
|
GetData(TReal &)
IMPORT_C
TInt
|
GetData
|
(
|
TReal
&
|
aData
|
)
|
const
|
Parameters
TReal
& aData
|
On return contains the field data.
|
GetData(TTime &)
IMPORT_C
TInt
|
GetData
|
(
|
TTime
&
|
aData
|
)
|
const
|
Parameters
TTime
& aData
|
On return contains the field data.
|
GetData(TPtrC8 &)
Parameters
TPtrC8
& aData
|
On return contains the field data.
|
NewL(RReadStream &)
two phased constructor - Contructing from a stream
SetDataL(TDesC8 &, TSearchFieldDataType)
IMPORT_C void
|
SetDataL
|
(
|
TDesC8
&
|
aData,
|
|
TSearchFieldDataType
|
aDataType
|
|
)
|
|
Sets the field data and its type
Parameters
TDesC8
& aData
|
|
TSearchFieldDataType
aDataType
|
|
SetFieldId(TSearchFieldId)
IMPORT_C void
|
SetFieldId
|
(
|
TSearchFieldId
|
aFieldId
|
)
|
|
Parameters
TSearchFieldId
aFieldId
|
Id of the field.
|
Member Data Documentation
HBufC * iBuf16Data
HBufC
*
|
iBuf16Data
|
[private]
|
HBufC8 * iCustomFieldId
HBufC8
*
|
iCustomFieldId
|
[private]
|
TSearchFieldId
iFieldId
TSearchFieldId
|
iFieldId
|
[private]
|
TReal
iRealData
TReal
|
iRealData
|
[private]
|
TTime
iTimeData
TTime
|
iTimeData
|
[private]
|
TSearchFieldDataType
iType
TSearchFieldDataType
|
iType
|
[private]
|
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.