fmradio/fmradio/inc/fmradiochannellistcontainer.h
branchRCL_3
changeset 8 f73067c3e563
parent 3 42dc287846be
child 15 04aa446da81c
--- a/fmradio/fmradio/inc/fmradiochannellistcontainer.h	Wed Mar 31 21:31:32 2010 +0300
+++ b/fmradio/fmradio/inc/fmradiochannellistcontainer.h	Wed Apr 14 15:57:41 2010 +0300
@@ -166,12 +166,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.
@@ -207,6 +201,13 @@
         * @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 );
+
         /**
         * Create the channel list (initially all spots are set as empty)
         * @since 2.6
@@ -220,6 +221,8 @@
         // Index of the most recently listened channel to keep the listbox up-to-date.
         TInt iLastChIndex;
         RPointerArray<CCoeControl>    iControls;
+        // array for list icon bitmaps
+        RPointerArray<CFbsBitmap> iBitMaps;
         TBool iFadeStatus;
         CRadioEngine& iRadioEngine;
         TBool iMoveAction;