CSmlDataStoreFormat Class Reference
#include
<SmlDataFormat.h>
Link against: smlstoreformat.lib
class CSmlDataStoreFormat : public CBase |
Detailed Description
The format and capabilities of Data Stores of a specific type.
Member Attribute Documentation
iDisplayName
HBufC * | iDisplayName | [protected] |
Member Enumeration Documentation
Enum TOption
Enumerator | Value | Description |
---|
EOptionHasMaxSize | | |
EOptionHasMaxItems | | |
EOptionHierarchial | | |
Constructor & Destructor Documentation
~CSmlDataStoreFormat ( )
IMPORT_C | ~CSmlDataStoreFormat | ( | ) | [virtual] |
Member Function Documentation
DisplayName ( )
IMPORT_C const TDesC & | DisplayName | ( | ) | const |
ExternalizeL ( RWriteStream & )
FilterCapability ( TInt )
FilterCapabilityCount ( )
IMPORT_C TInt | FilterCapabilityCount | ( | ) | const |
FolderPropertyCount ( )
IMPORT_C TInt | FolderPropertyCount | ( | ) | const |
HasMaxItems ( )
IMPORT_C TBool | HasMaxItems | ( | ) | const |
HasMaxSize ( )
IMPORT_C TBool | HasMaxSize | ( | ) | const |
MaxItems ( )
IMPORT_C TInt | MaxItems | ( | ) | const |
MaxSize ( )
IMPORT_C TInt | MaxSize | ( | ) | const |
MimeFormatCount ( )
IMPORT_C TInt | MimeFormatCount | ( | ) | const |
MimeFormatRxPref ( )
IMPORT_C TInt | MimeFormatRxPref | ( | ) | const |
MimeFormatTxPref ( )
IMPORT_C TInt | MimeFormatTxPref | ( | ) | const |
NewLC ( const RStringPool &, TResourceReader & )
NewLC ( const RStringPool &, RReadStream & )
SetDisplayNameL ( TDesC & )
IMPORT_C void | SetDisplayNameL | ( | TDesC & | aDisplayName | ) | |
SetFilterCapabilitiesL ( RPointerArray< CSmlFilterCapability > & )
SetFolderPropertiesL ( RPointerArray< CSmlDataProperty > & )
SetMaxItems ( TUint16 )
IMPORT_C void | SetMaxItems | ( | TUint16 | aMaxItems | ) | |
SetMaxSize ( TUint16 )
IMPORT_C void | SetMaxSize | ( | TUint16 | aMaxSize | ) | |
SetMimeFormatRxPref ( TInt )
IMPORT_C void | SetMimeFormatRxPref | ( | TInt | aRxPref | ) | |
SetMimeFormatTxPref ( TInt )
IMPORT_C void | SetMimeFormatTxPref | ( | TInt | aTxPref | ) | |
SetMimeFormatsL ( RPointerArray< CSmlMimeFormat > & )
SetSupportedOptions ( TUint32 )
IMPORT_C void | SetSupportedOptions | ( | TUint32 | aFlags | ) | |
SetSyncTypeMask ( TSmlSyncTypeMask )