CSyncMLFilter Class Reference
class CSyncMLFilter : public CBase |
Filter Class.
syncmldatafilter.lib
Constructor & Destructor Documentation
Member Functions Documentation
DisplayDescription()
IMPORT_C const TDesC & | DisplayDescription | ( | ) | const |
DisplayName()
IMPORT_C const TDesC & | DisplayName | ( | ) | const |
Enabled()
IMPORT_C TBool | Enabled | ( | ) | const |
Filter enable/disable information.
ExternalizeL(RWriteStream &)
Parameters
RWriteStream & aStream | Specifies stream where filter is externalized. |
FilterId()
IMPORT_C TUint | FilterId | ( | ) | const |
MatchTypeSupported()
IMPORT_C TBool | MatchTypeSupported | ( | ) | const |
Information about match type effect to filter.
NewLC()
Symbian two-phased constructor.
NewLC(TResourceReader &)
Symbian two-phased constructor.
Parameters
TResourceReader & aReader | TResourceReader for recource file that includes needed information to initialize filter. |
NewLC(RReadStream &)
Symbian two-phased constructor.
Parameters
RReadStream & aStream | RReadStream for stream that includes needed information to initialize filter. |
SetEnabledL(const TBool)
IMPORT_C void | SetEnabledL | ( | const TBool | aEnabled | ) | |
Set filter enable/disable information.
Parameters
const TBool aEnabled | ETrue if filter enabled and EFalse is filter is disabled |
SetMatchTypeSupported(const TBool)
IMPORT_C void | SetMatchTypeSupported | ( | const TBool | aSupported | ) | |
Set information about match type effect to filter.
Parameters
const TBool aSupported | ETrue if match type affect to filter and EFalse if it does not affect. |
SetSupportedByServerL(const TBool)
IMPORT_C void | SetSupportedByServerL | ( | const TBool | aSupported | ) | |
Set information about server capabilities to support this filter.
Parameters
const TBool aSupported | ETrue if filter is supported by server and EFalse if it is not supported. |
SupportedByServer()
IMPORT_C TBool | SupportedByServer | ( | ) | const |
Information about server capabilities to support this filter.
Member Data Documentation
HBufC * iDisplayDescription
HBufC * | iDisplayDescription | [private] |
HBufC * iDisplayName
HBufC * | iDisplayName | [private] |
TBool
iMatchTypeSupported
TBool
| iMatchTypeSupported | [private] |
RPointerArray< CSyncMLFilterProperty > iProperties
TBool
iSupportedByServer
TBool
| iSupportedByServer | [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.