application/inc/PodcastListView.h
branchtwolistboxes
changeset 315 091fa3bf3295
parent 314 e7776f6a2198
child 316 841ccfa933ac
equal deleted inserted replaced
314:e7776f6a2198 315:091fa3bf3295
    64 		CArrayPtr<CGulIcon>* ListboxIcons();
    64 		CArrayPtr<CGulIcon>* ListboxIcons();
    65 		void SetTextArray(CDesCArray* aArray);
    65 		void SetTextArray(CDesCArray* aArray);
    66 		void ScrollToVisible();
    66 		void ScrollToVisible();
    67     	void Draw(const TRect& aRect) const;   	
    67     	void Draw(const TRect& aRect) const;   	
    68     	TBool IsLandscape();
    68     	TBool IsLandscape();
    69 	protected:
    69 
       
    70     public:
       
    71        	CAknSingleLargeStyleListBox * iListboxLandscape;
       
    72         CAknDoubleLargeStyleListBox * iListboxPortrait;
       
    73 
       
    74     protected:
    70 		TTypeUid::Ptr MopSupplyObject( TTypeUid aId );
    75 		TTypeUid::Ptr MopSupplyObject( TTypeUid aId );
    71 
    76 
    72 	private:
    77 	private:
    73 		MContainerListener* iContainerListener;
    78 		MContainerListener* iContainerListener;
    74         CAknsBasicBackgroundControlContext* iBgContext;
    79         CAknsBasicBackgroundControlContext* iBgContext;
    75         
    80         
    76        	CAknSingleLargeStyleListBox * iListboxLandscape;
       
    77         CAknDoubleLargeStyleListBox * iListboxPortrait;
       
    78         CEikColumnListBox * iListbox;
    81         CEikColumnListBox * iListbox;
    79         TBool iLandscape;
    82         TBool iLandscape;
    80 		CDesCArray* iItemArrayShort;
    83 		CDesCArray* iItemArrayShort;
    81 	};
    84 	};
    82 
    85