diff -r b3431bff8c19 -r 5586b4d2ec3e phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncherlpadmodel.h --- a/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncherlpadmodel.h Wed Mar 31 21:13:53 2010 +0300 +++ b/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncherlpadmodel.h Wed Apr 14 15:45:35 2010 +0300 @@ -72,13 +72,14 @@ enum TFlags { - EDefaultSet = 1 + EDefaultSet = 0x01, + EHasPresenceIcon = 0x02 }; VPbkFieldTypeSelectorFactory::TVPbkContactActionTypeSelector iContactAction; TBuf iText; TInt iNumberOfAddresses; - TInt iFlags; + TUint iFlags; TBuf iPopupText; TBool iClipFromBegining; }; @@ -170,7 +171,8 @@ EVideocallIconIndex, EAddressValIconIndex, EAddressNotValIconIndex, - EMultiIconIndex + EMultiIconIndex, + EPresenceIconIndex }; /** @@ -240,20 +242,10 @@ /** - * Loads the VOIP Button Icon & Label - * Usecase : If we have only one voip service, the voip(Internet Call) - * button should have the Branded Icon of that Service and the label - * must be "ServiceName" appended with "Call". - * eg : If we have a service named SKYPE installed in the Phone - * and if SKYPE supports VOIP, then the VOIP Button Icon should be - * the Branded Icon of SKYPE and the Button Label should be - * "SKYPE CALL". - * @return TInt - Stores the Info regd whether Image/Text was set for the - * VOIP Buttton or not. We use KVOIPButtonImageSet && with the returnval - * to know whether Image has been set or not - * Will be used in HandleNotifyChange - */ - TInt LoadVoipButtonInfoL(); + * Handle resource change + * + */ + void ResourceChangedL(); private: // New @@ -293,20 +285,6 @@ TDes& aText ); /** - * Replace the bitmap with original default bitmap. Supports only - * ECmsPresenceVoIPNotification and ECmsPresenceChatNotification. - * Will leave with KErrArgument if tried with other type. - * - * @since S60 v5.0 - * @param aBitmap, aMask bitmaps to be replaced - * @param aServiceType service type identifying the bitmap - */ - void ReplaceWithDefaultIconL( - CFbsBitmap*& aBitmap, - CFbsBitmap*& aMask, - const TUint32 aServiceType ); - - /** * Draws find/show on map button * * @param aNumberOfAddresses number of addresses @@ -369,11 +347,27 @@ */ void DoHandleNotifyChangeL() ; - /** - * Get the size of service bitmap - * @return - Size of the bitmap - */ - TSize GetServiceBitmapSize(); + /** + * Loads the VOIP Button Icon & Label + * Usecase : If we have only one voip service, the voip(Internet Call) + * button should have the Branded Icon of that Service and the label + * must be "ServiceName" appended with "Call". + * eg : If we have a service named SKYPE installed in the Phone + * and if SKYPE supports VOIP, then the VOIP Button Icon should be + * the Branded Icon of SKYPE and the Button Label should be + * "SKYPE CALL". + * @return TInt - Stores the Info regd whether Image/Text was set for the + * VOIP Buttton or not. We use KVOIPButtonImageSet && with the returnval + * to know whether Image has been set or not + * Will be used in HandleNotifyChange + */ + TInt LoadVoipButtonInfoL(); + + /* + * Calculate the layout size + */ + void CalculateLayoutSize(); + private: //From MSPNotifyChangeObserver @@ -484,7 +478,14 @@ //Owns - Service provider settings change notifer CSPNotifyChange* iSPNotifyChange; - HBufC* iTextBuf; + // Owns - Text buffer + HBufC* iTextBuf; + + // Size for service icon + TSize iServiceIconSize; + + // Size for presence icon + TSize iPresenceIconSize; inline void RunLaunchLogger() {