phonebookui/Phonebook2/NamesListExtension/inc/CPbk2NameslistUiControlExtension.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 11 2828b4d142c0
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
    74 
    74 
    75     private:	// new functions
    75     private:	// new functions
    76         /*
    76         /*
    77          * Creates icon of the bitmap and adds it ot Pbk2IconArray
    77          * Creates icon of the bitmap and adds it ot Pbk2IconArray
    78          */
    78          */
    79         void AddThumbnailToIconArrayL( );
    79         void AddMyCardThumbnailToIconArrayL( );
    80         
    80         
    81     private: // Construction & destruction
    81     private: // Construction & destruction
    82         CPbk2NameslistUiControlExtension( CVPbkContactManager& aContactManager,
    82         CPbk2NameslistUiControlExtension( CVPbkContactManager& aContactManager,
    83 										  CSpbContentProvider& aStatusProvider,
    83 										  CSpbContentProvider& aStatusProvider,
    84 										  CPbk2MyCard* aMyCard );
    84 										  CPbk2MyCard* aMyCard );
   130         
   130         
   131         ///REF: content provider
   131         ///REF: content provider
   132         CSpbContentProvider& iContentProvider;
   132         CSpbContentProvider& iContentProvider;
   133         // Ref:
   133         // Ref:
   134         CPbk2MyCard* iMyCard;
   134         CPbk2MyCard* iMyCard;
   135         // Ref: my card thumbnail bitmap
   135         // Own: my card thumbnail bitmap
   136         CFbsBitmap* iBitmap;
   136         CFbsBitmap* iBitmap;
   137         // Current thumbnail icon id
       
   138         TPbk2IconId	iIconId;
       
   139         // Ref: thumbnail on array
   137         // Ref: thumbnail on array
   140         CGulIcon* 	iThumbIcon;
   138         CGulIcon* 	iThumbIcon;
   141     };
   139     };
   142 
   140 
   143 #endif // CPBK2NAMESLISTUICONTROLEXTENSION_H
   141 #endif // CPBK2NAMESLISTUICONTROLEXTENSION_H