uifw/ganes/inc/HgVgSkinRenderer.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    62      * 
    62      * 
    63      * @param aRect window rectangle.
    63      * @param aRect window rectangle.
    64      */
    64      */
    65     void Draw() const;
    65     void Draw() const;
    66     
    66     
    67     
    67 
       
    68     /**
       
    69      * 
       
    70      */
       
    71     void EnableLanscapeRendering(TBool aLandscape);
    68 protected: // Constructors
    72 protected: // Constructors
    69     CHgVgSkinRenderer(const TRect& aRect);
    73     CHgVgSkinRenderer(const TRect& aRect);
    70 
    74 
    71     void ConstructL ();
    75     void ConstructL ();
    72     
    76     
    75     CHgVgDrawBuffer* iDrawBuffer;
    79     CHgVgDrawBuffer* iDrawBuffer;
    76     
    80     
    77     VGImage iSkinImage;
    81     VGImage iSkinImage;
    78 
    82 
    79     TRect iRect;
    83     TRect iRect;
       
    84     
       
    85     TBool iLandscape;
    80     };
    86     };
    81 
    87 
    82 #endif /* HGVGSKINRENDERER */
    88 #endif /* HGVGSKINRENDERER */