uifw/ganes/inc/HgVgLabel.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 9 aabf2c525e0f
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    55     
    55     
    56     void SetLayout(const TAknTextComponentLayout& aLayout, const TRect& aParentRect);
    56     void SetLayout(const TAknTextComponentLayout& aLayout, const TRect& aParentRect);
    57     
    57     
    58     void DrawEmptyText(const TRect& aClientRect, const TDesC& aText);
    58     void DrawEmptyText(const TRect& aClientRect, const TDesC& aText);
    59 
    59 
       
    60     void EnableLandscapeRendering(TBool enabled);
       
    61 
    60 protected: // Constructors
    62 protected: // Constructors
    61 
    63 
    62     CHgVgLabel(const TRect& aRect);
    64     CHgVgLabel(const TRect& aRect);
    63 
    65 
    64     void ConstructL (const TDesC& aText);
    66     void ConstructL (const TDesC& aText);
    82     TBool iDirty;
    84     TBool iDirty;
    83     
    85     
    84     TAknTextComponentLayout iLayout;
    86     TAknTextComponentLayout iLayout;
    85     
    87     
    86     TRect iParentRect;
    88     TRect iParentRect;
       
    89     
       
    90     TBool iLandscape;
    87     };
    91     };
    88 
    92 
    89 #endif /* HGVGLABEL */
    93 #endif /* HGVGLABEL */