fmradio/fmradio/inc/fmradioscanlocalstationscontainer.h
branchRCL_3
changeset 8 f73067c3e563
parent 0 f3d95d9c00ab
child 15 04aa446da81c
--- a/fmradio/fmradio/inc/fmradioscanlocalstationscontainer.h	Wed Mar 31 21:31:32 2010 +0300
+++ b/fmradio/fmradio/inc/fmradioscanlocalstationscontainer.h	Wed Apr 14 15:57:41 2010 +0300
@@ -136,12 +136,6 @@
         */
         CCoeControl* ComponentControl( TInt aIndex ) const;
         /**
-        * Redraw the window owned by this container
-        * @since 2.6
-        * @param aRect the size of the window to redraw
-        */
-        void Draw( const TRect& aRect ) const;
-        /**
         * From MEikListBoxObserver, for listbox event handling.
         * @since 2.6
         * @param aListBox The originating list box.
@@ -177,6 +171,12 @@
         * @param aRect Frame rectangle for container.
         */
         void ConstructL( const TRect& aRect);
+        
+        /*
+         * Adds icons to the icon array.
+         * @param aArray array to add icons 
+         */
+        void CreateListIconsL( CArrayPtr<CGulIcon>& aArray );
 
     private: //data
     
@@ -184,14 +184,14 @@
         CAknSingleNumberStyleListBox* iChannelList;
         // Array of channel list items
         CDesCArray* iChannelItemArray;
-        
         // Index of the most recently listened channel to keep the listbox up-to-date.
         TInt iLastChIndex;
         RPointerArray<CCoeControl>    iControls;
         TBool iFadeStatus;
-        CAknsBasicBackgroundControlContext* iBackground;
         MAknsSkinInstance* iSkin;
         CRadioEngine& iRadioEngine; //not own
+        // array for list icon bitmaps
+        RPointerArray<CFbsBitmap> iBitMaps;
 
     };