phonebookui/Phonebook2/UIControls/inc/cpbk2contactviewdoublelistbox.h
branchRCL_3
changeset 21 b3431bff8c19
parent 0 e686773b3f54
child 32 2828b4d142c0
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
    90     CPbk2ContactViewDoubleListBox( 
    90     CPbk2ContactViewDoubleListBox( 
    91         CCoeControl& aContainer,
    91         CCoeControl& aContainer,
    92         MPbk2ContactUiControlExtension* aUiExtension,
    92         MPbk2ContactUiControlExtension* aUiExtension,
    93         CPbk2PredictiveSearchFilter& aSearchFilter,	
    93         CPbk2PredictiveSearchFilter& aSearchFilter,	
    94         MVPbkContactViewBase& aView,
    94         MVPbkContactViewBase& aView,
    95         CPbk2ThumbnailManager& aThumbManager );	//TODO
    95         CPbk2ThumbnailManager& aThumbManager );
    96     
    96     
    97     /*
    97     /*
    98      * Constructor
    98      * Constructor
    99      */
    99      */
   100     void ConstructL(
   100     void ConstructL(
   112             		const CPbk2IconArray& aIconArray,
   112             		const CPbk2IconArray& aIconArray,
   113             		TPbk2IconId aEmptyIconId,
   113             		TPbk2IconId aEmptyIconId,
   114             		TPbk2IconId aDefaultIconId );
   114             		TPbk2IconId aDefaultIconId );
   115     
   115     
   116     /**
   116     /**
   117      * TODO: write description
   117      * Apply custom layout to listbox after size change
   118      */
   118      */
   119     void SizeChangedL();
   119     void SizeChangedL();
   120 
   120 
   121 
   121 
   122 private:	//data
   122 private:	//data
   123 	//REF: View	TODO
   123 	//REF: View
   124 	MVPbkContactViewBase& iView;
   124 	MVPbkContactViewBase& iView;
   125 	//REF:	thumbnail manager
   125 	//REF:	thumbnail manager
   126 	CPbk2ThumbnailManager& iThumbManager;
   126 	CPbk2ThumbnailManager& iThumbManager;
   127 };
   127 };
   128 
   128