javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtrotateimage.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    60     void RemoveAllImages();
    60     void RemoveAllImages();
    61 
    61 
    62     /**
    62     /**
    63      * Add a image which will be rotate after a call to the method Start().
    63      * Add a image which will be rotate after a call to the method Start().
    64      */
    64      */
    65     void AddImage(CFbsBitmap* aImage);
    65     void AddImageL(CFbsBitmap* aImage);
    66 
    66 
    67     /**
    67     /**
    68     * Add images which will be rotate after a call to the method Start().
    68     * Add images which will be rotate after a call to the method Start().
    69     */
    69     */
    70     void AddImages(const RArray<CFbsBitmap*>& aImages);
    70     void AddImagesL(const RArray<CFbsBitmap*>& aImages);
    71 
    71 
    72     /**
    72     /**
    73     * Indicate if a redraw should be make when the rotation of all images is finih,
    73     * Indicate if a redraw should be make when the rotation of all images is finih,
    74     * the redraw works only if a Control is passed to the Start() method.
    74     * the redraw works only if a Control is passed to the Start() method.
    75     * @param aRedrawAfterRotation If equal ETrue so a redraw will be make
    75     * @param aRedrawAfterRotation If equal ETrue so a redraw will be make