uifw/EikStd/coctlinc/AknDoubleSpanScrollIndicatorItem.h
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 23 3d340a0166ff
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
    93         TInt        aBottomItemMaskId
    93         TInt        aBottomItemMaskId
    94         );
    94         );
    95 
    95 
    96 
    96 
    97    /**
    97    /**
    98     * Creates a new bitmap based on the given source bitmap. New bitmap
       
    99     * will be rotated 90 degrees agains clock direction if wanted.
       
   100     *
       
   101     * @since    2.6
       
   102     * @param    aSourceBitmap  Bitmap which content is copied to new bitmap
       
   103     * @param    aRotated       If ETrue the source bitmap data is rotated
       
   104     *                          90 degrees.
       
   105     * @return   a pointer to a new bitmap.
       
   106     *
       
   107     */
       
   108     CFbsBitmap* CreateBitmapL(CFbsBitmap* aSourceBitmap, TBool aRotated);
       
   109 
       
   110    /**
       
   111     * Creates a new bitmap and a mask based on the given skin item id. 
    98     * Creates a new bitmap and a mask based on the given skin item id. 
   112     * New bitmap will be rotated 90 degrees agains clock direction if wanted.
    99     * New bitmap will be rotated 90 degrees agains clock direction if wanted.
   113     *
   100     *
   114     * @since    2.6
   101     * @since    2.6
   115     * @param    aID            Skin item id for the bitmap and mask.
   102     * @param    aID            Skin item id for the bitmap and mask.