| class Alf::MulModelUtility |
| Public Member Functions | |
|---|---|
| OSN_IMPORT UString | AlfStringToUString (const UString &) |
| bool | CheckNamePrefix ( UString ) |
| OSN_IMPORT std::auto_ptr< MulVisualItem > | ConvertMapToVisualItem ( IAlfMap &) |
| OSN_IMPORT void | ConvertTDes8ToUString (const TDesC8 &, UString &) |
| OSN_IMPORT void | ConvertTDesToUString (const TDesC &, UString &) |
| OSN_IMPORT void | ConvertUStringToTDes (const UString &, TDes &) |
| OSN_IMPORT void | ConvertUStringToTDes8 (const UString &, TDes8 &) |
| OSN_IMPORT std::auto_ptr< IAlfMap > | ConvertVisualItemToMap ( MulVisualItem &) |
| OSN_IMPORT IAlfVariantType * | CreateVariantType ( IAlfVariantType &) |
| OSN_IMPORT std::auto_ptr< MulVisualItem > | CreateVisualItem ( mulwidget::TLogicalTemplate ) |
| OSN_IMPORT UString | IntToUString (int) |
| OSN_IMPORT UString | UStringToAlfString (const UString &) |
| OSN_IMPORT UString | AlfStringToUString | ( | const UString & | aAlfString | ) | [static] |
Convsert CAlfString to UString
| const UString & aAlfString |
| bool | CheckNamePrefix | ( | UString | aName | ) | [static] |
Check the prefix of the name to see whether they can be added in alfmodel
| UString aName | Name whose prefix is to be checked |
| OSN_IMPORT std::auto_ptr< MulVisualItem > | ConvertMapToVisualItem | ( | IAlfMap & | aMap | ) | [static] |
Convert AlfMap to visual item
| IAlfMap & aMap | IAlfMAP |
| OSN_IMPORT void | ConvertTDes8ToUString | ( | const TDesC8 & | aDes, |
| UString & | aString | |||
| ) | [static] | |||
Convert TDes8 to UString
| OSN_IMPORT void | ConvertTDesToUString | ( | const TDesC & | aDes, |
| UString & | aString | |||
| ) | [static] | |||
Convert TDes to UString
| OSN_IMPORT void | ConvertUStringToTDes | ( | const UString & | aString, |
| TDes & | aDes | |||
| ) | [static] | |||
Convert UString to TDes
| OSN_IMPORT void | ConvertUStringToTDes8 | ( | const UString & | aString, |
| TDes8 & | aDes | |||
| ) | [static] | |||
Convert UString to TDes8
| OSN_IMPORT std::auto_ptr< IAlfMap > | ConvertVisualItemToMap | ( | MulVisualItem & | aVisualItem | ) | [static] |
Convert map of visual item to map of alf map. Ite create new Map and while returning new map owner ship of map is transfered
| MulVisualItem & aVisualItem | Map of visual item |
| OSN_IMPORT IAlfVariantType * | CreateVariantType | ( | IAlfVariantType & | aValue | ) | [static] |
Create new Variant data from existing variant data.
new variant data, Ownership is transferred
| IAlfVariantType & aValue | Existing variant data; |
| OSN_IMPORT std::auto_ptr< MulVisualItem > | CreateVisualItem | ( | mulwidget::TLogicalTemplate | aDefaultTemplate | ) | [static] |
Create a visualitem and set its default template
| mulwidget::TLogicalTemplate aDefaultTemplate | defaultTemplate for that visual item |
| OSN_IMPORT UString | IntToUString | ( | int | aNumber | ) | [static] |
Covert integer to AlfString
| int aNumber | number to convert |
| OSN_IMPORT UString | UStringToAlfString | ( | const UString & | aUString | ) | [static] |
Convert UString to CAlfString
| const UString & aUString | UString instance to convert to CAlfSTring |
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.