CSmlFilterCapability Class Reference

#include <SmlDataFormat.h>

Link against: smlstoreformat.lib

class CSmlFilterCapability : public CBase

Inherits from

  • CSmlFilterCapability

    Detailed Description

    Filter Capability

    Member Attribute Documentation

    iKeywordList

    RArray< RString >iKeywordList[protected]

    iMimeType

    RStringF iMimeType[protected]

    iMimeVersion

    RStringF iMimeVersion[protected]

    iPropertyList

    RArray< RString >iPropertyList[protected]

    Constructor & Destructor Documentation

    ~CSmlFilterCapability ( )

    IMPORT_C~CSmlFilterCapability()[virtual]

    Member Function Documentation

    ExternalizeL ( RWriteStream & )

    IMPORT_C voidExternalizeL(RWriteStream &aStream)const

    Keyword ( TInt )

    IMPORT_C RStringKeyword(TIntaIndex)const

    KeywordCount ( )

    IMPORT_C TIntKeywordCount()const

    MimeType ( )

    IMPORT_C RStringFMimeType()const

    MimeVersion ( )

    IMPORT_C RStringFMimeVersion()const

    NewLC ( )

    IMPORT_C CSmlFilterCapability *NewLC()[static]

    NewLC ( const RStringPool &, TResourceReader & )

    IMPORT_C CSmlFilterCapability *NewLC(const RStringPool &aStringPool,
    TResourceReader &aReader
    )[static]

    NewLC ( const RStringPool &, RReadStream & )

    IMPORT_C CSmlFilterCapability *NewLC(const RStringPool &aStringPool,
    RReadStream &aStream
    )[static]

    PropertyCount ( )

    IMPORT_C TIntPropertyCount()const

    PropertyName ( TInt )

    IMPORT_C RStringPropertyName(TIntaIndex)const

    SetKeyWordListL ( RArray< RString > & )

    IMPORT_C voidSetKeyWordListL(RArray< RString > &aKeywordList)

    SetMimeTypeL ( RStringF & )

    IMPORT_C voidSetMimeTypeL(RStringF &aMimeType)

    SetMimeVersionL ( RStringF & )

    IMPORT_C voidSetMimeVersionL(RStringF &aMimeVersion)

    SetPropertiesListL ( RArray< RString > & )

    IMPORT_C voidSetPropertiesListL(RArray< RString > &aPropertyList)