cmmanager/cmmgr/Framework/Inc/cmdesticonmap.h
branchRCL_3
changeset 26 0a9e01492035
parent 0 5a93021fdf25
equal deleted inserted replaced
24:c45d4fe2ff0a 26:0a9e01492035
   135         * DrawItem().
   135         * DrawItem().
   136         *
   136         *
   137         * @Description:
   137         * @Description:
   138         */
   138         */
   139         void DrawItem( CWindowGc& aGc,
   139         void DrawItem( CWindowGc& aGc,
   140                        const TRect& aSctPosition,
   140                        TInt index,
   141                        TInt aIconIndex,
   141                        TInt aIconIndex,
   142                        TBool aHighlighted,
   142                        TBool aHighlighted,
   143                        TBool aDrawBackground ) const;
   143                        TBool aDrawBackground ) const;
   144 
   144 
   145         /**
   145         /**
   239         CFbsBitGc*          iBitmapGc;
   239         CFbsBitGc*          iBitmapGc;
   240         TBool               iHasBitmapBackground;
   240         TBool               iHasBitmapBackground;
   241         mutable TBool       iOffscreenBgDrawn;
   241         mutable TBool       iOffscreenBgDrawn;
   242 
   242 
   243         TInt                iMaxColumns;
   243         TInt                iMaxColumns;
   244         TInt                iCurrentPage;
       
   245         TInt                iNumPages;
       
   246         CCmDestinationIconMapExtension*   iExtension;
   244         CCmDestinationIconMapExtension*   iExtension;
   247         CArrayPtr<CGulIcon>*  iConsArray;
   245         CArrayPtr<CGulIcon>*  iConsArray;
   248         TBool               iDragAlreadyActive;
   246         TBool               iDragAlreadyActive;
   249     };
   247     };
   250 
   248